[MOAB-dev] r1698 - MOAB/trunk

kraftche at mcs.anl.gov kraftche at mcs.anl.gov
Tue Mar 25 14:43:32 CDT 2008


Author: kraftche
Date: 2008-03-25 14:43:32 -0500 (Tue, 25 Mar 2008)
New Revision: 1698

Modified:
   MOAB/trunk/Makefile.am
   MOAB/trunk/kd_tree_test.cpp
Log:
clean up test output

Modified: MOAB/trunk/Makefile.am
===================================================================
--- MOAB/trunk/Makefile.am	2008-03-25 19:11:16 UTC (rev 1697)
+++ MOAB/trunk/Makefile.am	2008-03-25 19:43:32 UTC (rev 1698)
@@ -341,7 +341,7 @@
 
 
 # Other files to clean up (e.g. output from tests)
-MOSTLYCLEANFILES = dumped_acis.sat
+MOSTLYCLEANFILES = dumped_acis.sat tree.h5m
 
 test/mb_big_test.g: $(top_srcdir)/test/mb_big_test.g.gz
 	$(ZCAT) $(top_srcdir)/test/mb_big_test.g.gz > test/mb_big_test.g

Modified: MOAB/trunk/kd_tree_test.cpp
===================================================================
--- MOAB/trunk/kd_tree_test.cpp	2008-03-25 19:11:16 UTC (rev 1697)
+++ MOAB/trunk/kd_tree_test.cpp	2008-03-25 19:43:32 UTC (rev 1698)
@@ -198,6 +198,7 @@
   err = moab.tag_get_handle( TAG_NAME, data );
   assert( MB_TAG_NOT_FOUND == err );
 
+  remove( "tree.h5m" );
   return 0;
 }
 




More information about the moab-dev mailing list