[MOAB-dev] r2662 - MOAB/trunk/tools/dagmc

kraftche at cae.wisc.edu kraftche at cae.wisc.edu
Thu Feb 26 15:12:47 CST 2009


Author: kraftche
Date: 2009-02-26 15:12:47 -0600 (Thu, 26 Feb 2009)
New Revision: 2662

Modified:
   MOAB/trunk/tools/dagmc/Makefile.am
Log:
cub2h5m is not a test.  When running 'make check' it always fails with an error about no arguments begin specified

Modified: MOAB/trunk/tools/dagmc/Makefile.am
===================================================================
--- MOAB/trunk/tools/dagmc/Makefile.am	2009-02-26 20:56:48 UTC (rev 2661)
+++ MOAB/trunk/tools/dagmc/Makefile.am	2009-02-26 21:12:47 UTC (rev 2662)
@@ -33,7 +33,8 @@
 cfgdir = $(libdir)
 cfg_DATA = dagmc.make
 
-TESTS = test_geom cub2h5m
+noinst_PROGRAMS = cub2h5m
+TESTS = test_geom 
 check_PROGRAMS = $(TESTS) pt_vol_test
 test_geom_SOURCES = test_geom.cc
 cub2h5m_SOURCES = cub2h5m.cc



More information about the moab-dev mailing list