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

Tim Tautges tautges at mcs.anl.gov
Tue Jun 26 12:35:09 CDT 2012


No, we'll take care of it, it's part of Farah's work for the summer.

- tim

On 06/26/2012 12:17 PM, Iulian Grindeanu wrote:
> 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
>
> ------------------------------------------------------------------------------------------------------------------------
>
>     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
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>

-- 
================================================================
"You will keep in perfect peace him whose mind is
   steadfast, because he trusts in you."               Isaiah 26:3

              Tim Tautges            Argonne National Laboratory
          (tautges at mcs.anl.gov)      (telecommuting from UW-Madison)
  phone (gvoice): (608) 354-1459      1500 Engineering Dr.
             fax: (608) 263-4499      Madison, WI 53706





More information about the moab-dev mailing list