[MOAB-dev] r2529 - MOAB/trunk/tools/iMesh

kraftche at mcs.anl.gov kraftche at mcs.anl.gov
Fri Jan 9 16:45:19 CST 2009


Author: kraftche
Date: 2009-01-09 16:45:17 -0600 (Fri, 09 Jan 2009)
New Revision: 2529

Modified:
   MOAB/trunk/tools/iMesh/Makefile.am
Log:
run tests (rather than just compiling them) during 'make check'

Modified: MOAB/trunk/tools/iMesh/Makefile.am
===================================================================
--- MOAB/trunk/tools/iMesh/Makefile.am	2009-01-09 22:44:54 UTC (rev 2528)
+++ MOAB/trunk/tools/iMesh/Makefile.am	2009-01-09 22:45:17 UTC (rev 2529)
@@ -10,7 +10,7 @@
 
 INCLUDES = -I$(top_srcdir) -I$(top_builddir) -I.
 
-DEFS += $(DEFINES)
+DEFS += $(DEFINES) -DSRCDIR=$(srcdir)
 
 # stuff for c test program
 check_PROGRAMS = testc_cbind
@@ -40,6 +40,7 @@
 #  ftest_DEPENDENCIES = libiMesh.la $(top_builddir)/libMOAB.la 
 endif
 
+TESTS = $(check_PROGRAMS)
 LDADD = libiMesh.la $(top_builddir)/libMOAB.la ${MOAB_CXX_LINKFLAGS} ${MOAB_CXX_LIBS}
 TESTDEPS = libiMesh.la $(top_builddir)/libMOAB.la
 




More information about the moab-dev mailing list