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

kraftche at mcs.anl.gov kraftche at mcs.anl.gov
Tue Mar 25 12:42:26 CDT 2008


Author: kraftche
Date: 2008-03-25 12:42:26 -0500 (Tue, 25 Mar 2008)
New Revision: 1692

Modified:
   MOAB/trunk/tools/dagmc/Makefile.am
Log:
Remove 'test_geom' from list of tests.
 - it has been failing for a while now and doesn't look to be getting fixed soon
 - we should probably be doing 'make distcheck' nightly and this failing test
    is blocking that


Modified: MOAB/trunk/tools/dagmc/Makefile.am
===================================================================
--- MOAB/trunk/tools/dagmc/Makefile.am	2008-03-25 16:58:17 UTC (rev 1691)
+++ MOAB/trunk/tools/dagmc/Makefile.am	2008-03-25 17:42:26 UTC (rev 1692)
@@ -33,7 +33,7 @@
 cfgdir = $(libdir)
 cfg_DATA = dagmc.make
 
-TESTS = test_geom
+TESTS = #test_geom
 check_PROGRAMS = $(TESTS) pt_vol_test
 test_geom_SOURCES = test_geom.cc
 test_geom_LDADD = libdagmc.la $(top_builddir)/libMOAB.la $(CGM_LIBS_LTFLAGS)  $(CGM_LIBS_LINK)




More information about the moab-dev mailing list