summaryrefslogtreecommitdiffstats
path: root/testpar/CMakeTests.cmake
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-05-01 18:24:02 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2019-05-01 18:24:02 (GMT)
commit725f75baa7d85b9b269c9da07e24994c71dab728 (patch)
tree7ba477db60f70f579d72991614802f0c3275c5c6 /testpar/CMakeTests.cmake
parente0de04d355287d37187e707d03cc309c66d17510 (diff)
downloadhdf5-725f75baa7d85b9b269c9da07e24994c71dab728.zip
hdf5-725f75baa7d85b9b269c9da07e24994c71dab728.tar.gz
hdf5-725f75baa7d85b9b269c9da07e24994c71dab728.tar.bz2
Correct varname
Diffstat (limited to 'testpar/CMakeTests.cmake')
-rw-r--r--testpar/CMakeTests.cmake6
1 files changed, 3 insertions, 3 deletions
diff --git a/testpar/CMakeTests.cmake b/testpar/CMakeTests.cmake
index e4f6dfb..aaaa4a4 100644
--- a/testpar/CMakeTests.cmake
+++ b/testpar/CMakeTests.cmake
@@ -25,12 +25,12 @@ add_test (NAME MPI_TEST-clear-testphdf5-objects
)
set_tests_properties (MPI_TEST-clear-testphdf5-objects PROPERTIES FIXTURES_SETUP par_clear_testphdf5)
-set (SKIP_testphdf5
+set (SKIP_tests
cchunk3
tldsc
)
set (SKIP_testphdf5 "")
-foreach (skiptest SKIP_testphdf5)
+foreach (skiptest SKIP_tests)
set (SKIP_testphdf5 "${SKIP_testphdf5};-x;${skiptest}")
endforeach ()
@@ -46,7 +46,7 @@ endif ()
set (last_test "MPI_TEST_testphdf5")
#execute the skipped tests
-foreach (skiptest SKIP_testphdf5)
+foreach (skiptest SKIP_tests)
add_test (NAME MPI_TEST_testphdf5_${skiptest} COMMAND ${MPIEXEC_EXECUTABLE} ${MPIEXEC_NUMPROC_FLAG} ${MPIEXEC_MAX_NUMPROCS} ${MPIEXEC_PREFLAGS} $<TARGET_FILE:testphdf5> ${MPIEXEC_POSTFLAGS} -o ${skiptest})
set_tests_properties (MPI_TEST_testphdf5_${skiptest} PROPERTIES
FIXTURES_REQUIRED par_clear_testphdf5