[MOAB-dev] r5592 - MOAB/trunk/test

tautges at mcs.anl.gov tautges at mcs.anl.gov
Tue Jun 26 12:04:56 CDT 2012


Author: tautges
Date: 2012-06-26 12:04:56 -0500 (Tue, 26 Jun 2012)
New Revision: 5592

Modified:
   MOAB/trunk/test/Makefile.am
Log:
Make mbground_test conditional on HDF5 being enabled.

NOTE: this is part of a project with Fara Hariri at UW to make more tests
run when Netcdf/HDF5 aren't enabled.  Eventually we'll try to make most 
tests run w/o those libraries (except the tests that actually test those
libraries, that is).



Modified: MOAB/trunk/test/Makefile.am
===================================================================
--- MOAB/trunk/test/Makefile.am	2012-06-26 16:58:04 UTC (rev 5591)
+++ MOAB/trunk/test/Makefile.am	2012-06-26 17:04:56 UTC (rev 5592)
@@ -42,12 +42,16 @@
         mbcn_test \
         bsp_tree_poly_test \
         mbfacet_test \
-        mbground_test \
         gttool_test \
         cropvol_test \
 	reorder_test \
 	test_prog_opt \
 	coords_connect_iterate
+
+if HDF5_FILE
+  TESTS += mbground_test
+endif
+
 #                 merge_test \         # input files no longer exist?
 #                 test_tag_server \    # fails
 































More information about the moab-dev mailing list