summaryrefslogtreecommitdiffstats
path: root/testpar/CMakeTests.cmake
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2019-05-02 21:24:46 (GMT)
committerScot Breitenfeld <brtnfld@hdfgroup.org>2019-05-02 21:24:46 (GMT)
commitd3a51964aea1efe2c2795a776155456aa419e7b9 (patch)
treeae6cb3b84cb546f4850dfdac787eb3463df121f8 /testpar/CMakeTests.cmake
parentc389149d66dbf2f0e28a80c0d572c8b32673072a (diff)
parent813d8fd597b030a248db6316dd98f738c0c61ea8 (diff)
downloadhdf5-d3a51964aea1efe2c2795a776155456aa419e7b9.zip
hdf5-d3a51964aea1efe2c2795a776155456aa419e7b9.tar.gz
hdf5-d3a51964aea1efe2c2795a776155456aa419e7b9.tar.bz2
Merge pull request #1691 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit '813d8fd597b030a248db6316dd98f738c0c61ea8': Add final list of single testphdf5 tests
Diffstat (limited to 'testpar/CMakeTests.cmake')
-rw-r--r--testpar/CMakeTests.cmake10
1 files changed, 10 insertions, 0 deletions
diff --git a/testpar/CMakeTests.cmake b/testpar/CMakeTests.cmake
index 5b601d1..4b738c1 100644
--- a/testpar/CMakeTests.cmake
+++ b/testpar/CMakeTests.cmake
@@ -26,10 +26,20 @@ add_test (NAME MPI_TEST-clear-testphdf5-objects
set_tests_properties (MPI_TEST-clear-testphdf5-objects PROPERTIES FIXTURES_SETUP par_clear_testphdf5)
set (SKIP_tests
+ cchunk1
+ cchunk2
cchunk3
+ cchunk4
ecdsetw
eidsetw2
+ selnone
+ cngrpw
+ ingrpr
+ cschunkw
+ ccchunkw
tldsc
+ actualio
+ MC_coll_MD_read
)
set (SKIP_testphdf5 "")
foreach (skiptest ${SKIP_tests})