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

Iulian Grindeanu iulian at mcs.anl.gov
Tue Jun 26 12:17:32 CDT 2012


Hi Tim, 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 :( mbfacet_test_SOURCES = mbfacet_test.cpp mbground_test_SOURCES = mbground_test.cpp gttool_test_SOURCES = gttool_test.cpp cropvol_test_SOURCES = crop_vol_test.cpp It would be hard to eliminate that dependency. Should I change the Makefile.am ? Iulian ----- Original Message -----
| 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/moab-dev/attachments/20120626/c2def4a6/attachment.html>


More information about the moab-dev mailing list