diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2017-07-26 14:30:27 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2017-07-26 14:30:41 (GMT) |
commit | 373a37da01564a4cb33662ff52d176bf9d5a3b75 (patch) | |
tree | 4726624b19f687b182d6446cb578141bc76cc4ea /tools/test/perform | |
parent | 8540b1d8fcfb188303c34f68f72d69df22518d54 (diff) | |
download | hdf5-373a37da01564a4cb33662ff52d176bf9d5a3b75.zip hdf5-373a37da01564a4cb33662ff52d176bf9d5a3b75.tar.gz hdf5-373a37da01564a4cb33662ff52d176bf9d5a3b75.tar.bz2 |
Make sure zip_perf program does not run concurrently
Diffstat (limited to 'tools/test/perform')
-rw-r--r-- | tools/test/perform/CMakeTests.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/test/perform/CMakeTests.cmake b/tools/test/perform/CMakeTests.cmake index 2933563..39faa73 100644 --- a/tools/test/perform/CMakeTests.cmake +++ b/tools/test/perform/CMakeTests.cmake @@ -146,6 +146,7 @@ else () -P "${HDF_RESOURCES_EXT_DIR}/runTest.cmake" ) endif () +set_tests_properties (PERFORM_zip_perf PROPERTIES DEPENDS PERFORM_zip_perf_help) if (H5_HAVE_PARALLEL) add_test (NAME PERFORM_h5perf COMMAND ${MPIEXEC} ${MPIEXEC_PREFLAGS} ${MPIEXEC_NUMPROC_FLAG} ${MPIEXEC_MAX_NUMPROCS} ${MPIEXEC_POSTFLAGS} $<TARGET_FILE:h5perf>) |