summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2015-04-28 21:32:17 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2015-04-28 21:32:17 (GMT)
commit6709dd28f279f53b75bf9a121eec69aa9577f99e (patch)
treec2d22dfe22afb9b9fd62f65fea0ebb8db9211d9b /tools
parent5a8114a2a9f5067cea2b1543ace4f19549b68477 (diff)
downloadhdf5-6709dd28f279f53b75bf9a121eec69aa9577f99e.zip
hdf5-6709dd28f279f53b75bf9a121eec69aa9577f99e.tar.gz
hdf5-6709dd28f279f53b75bf9a121eec69aa9577f99e.tar.bz2
[svn-r26953] Remove src temporary debug build props.
Move TOOLS option up before usage.
Diffstat (limited to 'tools')
-rw-r--r--tools/h5repack/CMakeTests.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/h5repack/CMakeTests.cmake b/tools/h5repack/CMakeTests.cmake
index 3391c3f..efaa6e5 100644
--- a/tools/h5repack/CMakeTests.cmake
+++ b/tools/h5repack/CMakeTests.cmake
@@ -341,7 +341,7 @@
ENDMACRO (ADD_H5_TEST_META)
MACRO (ADD_H5_UD_TEST testname resultcode resultfile)
- if (HDF5_BUILD_TOOLS AND NOT HDF5_ENABLE_USING_MEMCHECKER)
+ if (NOT HDF5_ENABLE_USING_MEMCHECKER)
# Remove any output file left over from previous test run
add_test (
NAME H5REPACK_UD-${testname}-clearall-objects
@@ -382,7 +382,7 @@
-P "${HDF_RESOURCES_EXT_DIR}/runTest.cmake"
)
set_tests_properties (H5REPACK_UD-h5dump-${testname} PROPERTIES DEPENDS "H5REPACK_UD-${testname}")
- endif (HDF5_BUILD_TOOLS AND NOT HDF5_ENABLE_USING_MEMCHECKER)
+ endif (NOT HDF5_ENABLE_USING_MEMCHECKER)
ENDMACRO (ADD_H5_UD_TEST)
##############################################################################