[MOAB-dev] r4752 - MOAB/trunk/test
iulian at mcs.anl.gov
iulian at mcs.anl.gov
Wed Apr 20 08:45:38 CDT 2011
Author: iulian
Date: 2011-04-20 08:45:37 -0500 (Wed, 20 Apr 2011)
New Revision: 4752
Modified:
MOAB/trunk/test/Makefile.am
Log:
"make distclean" failed because an output file from one test was not
removed
"
ERROR: files left in build directory after distclean:
./test/output.h5m
"
Modified: MOAB/trunk/test/Makefile.am
===================================================================
--- MOAB/trunk/test/Makefile.am 2011-04-19 22:29:03 UTC (rev 4751)
+++ MOAB/trunk/test/Makefile.am 2011-04-20 13:45:37 UTC (rev 4752)
@@ -56,7 +56,8 @@
tri_mid_edge_face_nodes.g \
mb_stress_out.g \
merge_test.ncdf \
- tree.h5m
+ tree.h5m \
+ output.h5m
# Tests and such
More information about the moab-dev
mailing list