diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2017-10-25 14:05:02 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2017-10-25 14:05:02 (GMT) |
commit | 2e2854cbb17086509eb9f2c2a3978c421a511ea5 (patch) | |
tree | 3883f02a40931153c85d51349fade9785e81f414 | |
parent | c34c130fe57fd3e57bed8393603d5365d8137636 (diff) | |
download | hdf5-2e2854cbb17086509eb9f2c2a3978c421a511ea5.zip hdf5-2e2854cbb17086509eb9f2c2a3978c421a511ea5.tar.gz hdf5-2e2854cbb17086509eb9f2c2a3978c421a511ea5.tar.bz2 |
Correct test DEPENDS
-rw-r--r-- | tools/test/perform/CMakeTests.cmake | 3 |
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>) |