[cig-commits] r12962 - cs/cigma/trunk

luis at geodynamics.org luis at geodynamics.org
Wed Sep 24 04:10:56 PDT 2008


Author: luis
Date: 2008-09-24 04:10:56 -0700 (Wed, 24 Sep 2008)
New Revision: 12962

Modified:
   cs/cigma/trunk/Makefile.am
Log:
Update include flags for unit tests

Modified: cs/cigma/trunk/Makefile.am
===================================================================
--- cs/cigma/trunk/Makefile.am	2008-09-24 11:10:54 UTC (rev 12961)
+++ cs/cigma/trunk/Makefile.am	2008-09-24 11:10:56 UTC (rev 12962)
@@ -195,18 +195,17 @@
 
 ## Compiler/Linker Options
 
-cigma_test_SOURCES = $(test_sources)
-
 cigma_test_CXXFLAGS =
 cigma_test_CXXFLAGS += @CPPUNIT_CFLAGS@
 cigma_test_CXXFLAGS += -I$(top_srcdir)/src
+cigma_test_CXXFLAGS += -I$(top_srcdir)/tests
 
 cigma_test_LDADD =
 cigma_test_LDADD += @CPPUNIT_LIBS@
 cigma_test_LDADD += libcigma.a
 cigma_test_LDADD += $(BOOST_FILESYSTEM_LIB)
 
-test_sources = \
+cigma_test_SOURCES = \
 	tests/simple/SimpleTest.h \
 	tests/simple/SimpleTest.cpp \
 	tests/libcigma/DataPathTest.h \
@@ -215,6 +214,7 @@
 	tests/main.cpp
 
 
+
 ###############################################################################
 # Additional makefile rules
 



More information about the cig-commits mailing list