diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2019-05-02 21:18:58 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2019-05-02 21:20:15 (GMT) |
commit | 813d8fd597b030a248db6316dd98f738c0c61ea8 (patch) | |
tree | ae6cb3b84cb546f4850dfdac787eb3463df121f8 /testpar/CMakeTests.cmake | |
parent | c389149d66dbf2f0e28a80c0d572c8b32673072a (diff) | |
download | hdf5-813d8fd597b030a248db6316dd98f738c0c61ea8.zip hdf5-813d8fd597b030a248db6316dd98f738c0c61ea8.tar.gz hdf5-813d8fd597b030a248db6316dd98f738c0c61ea8.tar.bz2 |
Add final list of single testphdf5 tests
Diffstat (limited to 'testpar/CMakeTests.cmake')
-rw-r--r-- | testpar/CMakeTests.cmake | 10 |
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}) |