[MOAB-dev] r5012 - MOAB/trunk/test

kraftche at cae.wisc.edu kraftche at cae.wisc.edu
Wed Jun 15 16:27:48 CDT 2011


Author: kraftche
Date: 2011-06-15 16:27:47 -0500 (Wed, 15 Jun 2011)
New Revision: 5012

Modified:
   MOAB/trunk/test/Makefile.am
Log:
forgot this

Modified: MOAB/trunk/test/Makefile.am
===================================================================
--- MOAB/trunk/test/Makefile.am	2011-06-15 21:27:17 UTC (rev 5011)
+++ MOAB/trunk/test/Makefile.am	2011-06-15 21:27:47 UTC (rev 5012)
@@ -19,7 +19,8 @@
                -I$(top_builddir)/src \
                -I$(top_srcdir)/src 
 
-TESTS = moab_test \
+TESTS = range_test \
+        moab_test \
         homxform_test \
         scdseq_test \
         test_adj \
@@ -62,6 +63,8 @@
 
 # Tests and such
 
+range_test_SOURCES = range_test.cpp
+
 moab_test_SOURCES = MBTest.cpp
 moab_test_DEPENDENCIES = \
 	mb_big_test.g \






























More information about the moab-dev mailing list