[cig-commits] r6899 - cs/cigma/trunk/tests

luis at geodynamics.org luis at geodynamics.org
Wed May 16 10:21:54 PDT 2007


Author: luis
Date: 2007-05-16 10:21:54 -0700 (Wed, 16 May 2007)
New Revision: 6899

Modified:
   cs/cigma/trunk/tests/Makefile
Log:
Updated makefile in tests directory for new test (test_split)


Modified: cs/cigma/trunk/tests/Makefile
===================================================================
--- cs/cigma/trunk/tests/Makefile	2007-05-16 17:20:33 UTC (rev 6898)
+++ cs/cigma/trunk/tests/Makefile	2007-05-16 17:21:54 UTC (rev 6899)
@@ -3,7 +3,7 @@
 OPTIMIZE  = -g
 INCLUDES  = -I../include
 LIBRARIES = -L../lib -Wl,--rpath -Wl,..
-LIBS      = -lcigma -lhdf5
+LIBS      = -lcigma -lutil -lhdf5
 
 CFLAGS = -Wall $(OPTIMIZE) $(INCLUDES) $(LIBRARIES)
 
@@ -14,6 +14,7 @@
 	test_tet4 \
 	test_field \
 	test_volume \
+	test_split \
 
 
 all: $(TARGETS)



More information about the cig-commits mailing list