[MOAB-dev] commit/MOAB: iulian07: lloyd smoother test depends on hdf5
commits-noreply at bitbucket.org
commits-noreply at bitbucket.org
Wed Jan 8 08:41:37 CST 2014
1 new commit in MOAB:
https://bitbucket.org/fathomteam/moab/commits/1e70f4cd8985/
Changeset: 1e70f4cd8985
Branch: master
User: iulian07
Date: 2014-01-08 15:40:34
Summary: lloyd smoother test depends on hdf5
do this test only if built with HDF5
Affected #: 1 file
diff --git a/test/Makefile.am b/test/Makefile.am
index 0aabcce..631e126 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -48,15 +48,16 @@ TESTS = range_test \
coords_connect_iterate \
elem_eval_test \
spatial_locator_test \
- test_boundbox \
- lloyd_smoother_test
+ test_boundbox
+
if HDF5_FILE
TESTS += mbfacet_test \
gttool_test \
cropvol_test \
mergemesh_test \
- mbground_test
+ mbground_test \
+ lloyd_smoother_test
endif
# merge_test \ # input files no longer exist?
Repository URL: https://bitbucket.org/fathomteam/moab/
--
This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
More information about the moab-dev
mailing list