summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorM. Scot Breitenfeld <brtnfld@hdfgroup.org>2017-10-26 15:57:26 (GMT)
committerM. Scot Breitenfeld <brtnfld@hdfgroup.org>2017-10-26 15:57:26 (GMT)
commit2074cbd516d3dcc6aa6a3f8aa2978017baf8c5cc (patch)
tree8582ae2861dd0ef9b1df37befc9ba9ca09cd6f34 /tools
parente80027ab8981003215a10a4850c44f57fa343297 (diff)
parentc222f391c43f91638368e4a2e8c7b556fa5b2fbb (diff)
downloadhdf5-2074cbd516d3dcc6aa6a3f8aa2978017baf8c5cc.zip
hdf5-2074cbd516d3dcc6aa6a3f8aa2978017baf8c5cc.tar.gz
hdf5-2074cbd516d3dcc6aa6a3f8aa2978017baf8c5cc.tar.bz2
Merge remote-tracking branch 'upstream/hdf5_1_10' into hdf5_1_10
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>)