summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2017-10-25 14:06:05 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2017-10-25 14:06:18 (GMT)
commite9411e7d89fe1b3f077065b39a7d43153f13efb5 (patch)
treeb3a07223bfc0b5b5f995f4842f25a83d3a274878 /tools
parentc3aa3978b2873b158a1917f8961c035f413b5e56 (diff)
downloadhdf5-e9411e7d89fe1b3f077065b39a7d43153f13efb5.zip
hdf5-e9411e7d89fe1b3f077065b39a7d43153f13efb5.tar.gz
hdf5-e9411e7d89fe1b3f077065b39a7d43153f13efb5.tar.bz2
Fix test DEPENDS
Diffstat (limited to 'tools')
-rw-r--r--tools/test/perform/CMakeTests.cmake3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/test/perform/CMakeTests.cmake b/tools/test/perform/CMakeTests.cmake
index 2bd8d46..1f67abe 100644
--- a/tools/test/perform/CMakeTests.cmake
+++ b/tools/test/perform/CMakeTests.cmake
@@ -167,8 +167,7 @@ else ()
-P "${HDF_RESOURCES_EXT_DIR}/runTest.cmake"
)
endif ()
-set_tests_properties (PERFORM_zip_perf PROPERTIES DEPENDS PERFORM_zip_perf_help)
-set_tests_properties (PERFORM_zip_perf PROPERTIES DEPENDS "PERFORM_h5perform-clearall-objects")
+set_tests_properties (PERFORM_zip_perf PROPERTIES DEPENDS "PERFORM_zip_perf_help;PERFORM_h5perform-clearall-objects")
if (H5_HAVE_PARALLEL)
add_test (NAME PERFORM_h5perf COMMAND ${MPIEXEC} ${MPIEXEC_PREFLAGS} ${MPIEXEC_NUMPROC_FLAG} ${MPIEXEC_MAX_NUMPROCS} ${MPIEXEC_POSTFLAGS} $<TARGET_FILE:h5perf>)