summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2017-10-25 14:07:19 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2017-10-25 14:07:19 (GMT)
commitc9da4809fac8466747745c26c804832ba6ddfb1f (patch)
treec445e16736100d930bda8a686a26991f65abb9a2
parent4bf0b5398b451682130eb1a75a53dbd21f5dd0b5 (diff)
downloadhdf5-c9da4809fac8466747745c26c804832ba6ddfb1f.zip
hdf5-c9da4809fac8466747745c26c804832ba6ddfb1f.tar.gz
hdf5-c9da4809fac8466747745c26c804832ba6ddfb1f.tar.bz2
Fix test DEPENDS
-rw-r--r--tools/perform/CMakeTests.cmake3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/perform/CMakeTests.cmake b/tools/perform/CMakeTests.cmake
index 2bd8d46..1f67abe 100644
--- a/tools/perform/CMakeTests.cmake
+++ b/tools/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>)