<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: Times New Roman; font-size: 12pt; color: #000000'>Hi Tim,<br>Most of the tests for FBEngine involve moab/geometry model, which needs sets and sense tags, and GeomTopoTool. There are other tests that will fail if hdf5 is not enabled :(<br>mbfacet_test_SOURCES = mbfacet_test.cpp<br>mbground_test_SOURCES = mbground_test.cpp<br>gttool_test_SOURCES = gttool_test.cpp<br>cropvol_test_SOURCES = crop_vol_test.cpp<br><br>It would be hard to eliminate that dependency. Should I change the Makefile.am ?<br><br>Iulian<br><br><hr id="zwchr"><blockquote style="border-left:2px solid rgb(16, 16, 255);margin-left:5px;padding-left:5px;">Author: tautges<br>Date: 2012-06-26 12:04:56 -0500 (Tue, 26 Jun 2012)<br>New Revision: 5592<br><br>Modified:<br>   MOAB/trunk/test/Makefile.am<br>Log:<br>Make mbground_test conditional on HDF5 being enabled.<br><br>NOTE: this is part of a project with Fara Hariri at UW to make more tests<br>run when Netcdf/HDF5 aren't enabled.  Eventually we'll try to make most <br>tests run w/o those libraries (except the tests that actually test those<br>libraries, that is).<br><br><br><br>Modified: MOAB/trunk/test/Makefile.am<br>===================================================================<br>--- MOAB/trunk/test/Makefile.am        2012-06-26 16:58:04 UTC (rev 5591)<br>+++ MOAB/trunk/test/Makefile.am        2012-06-26 17:04:56 UTC (rev 5592)<br>@@ -42,12 +42,16 @@<br>         mbcn_test \<br>         bsp_tree_poly_test \<br>         mbfacet_test \<br>-        mbground_test \<br>         gttool_test \<br>         cropvol_test \<br>         reorder_test \<br>         test_prog_opt \<br>         coords_connect_iterate<br>+<br>+if HDF5_FILE<br>+  TESTS += mbground_test<br>+endif<br>+<br> #                 merge_test \         # input files no longer exist?<br> #                 test_tag_server \    # fails<br> <br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br></blockquote><br></div></body></html>