diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2017-10-11 15:23:55 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2017-10-11 15:23:55 (GMT) |
commit | 12e832bd41afa4f000e12c6728b31f412c5b7565 (patch) | |
tree | 263a07f630e13d91319ae82c0808285e5d36da12 /test | |
parent | 0c07376431a6882ee6b6d437a462796d758cb42c (diff) | |
download | hdf5-12e832bd41afa4f000e12c6728b31f412c5b7565.zip hdf5-12e832bd41afa4f000e12c6728b31f412c5b7565.tar.gz hdf5-12e832bd41afa4f000e12c6728b31f412c5b7565.tar.bz2 |
HDFFV-10297 add release note - fix test step
Diffstat (limited to 'test')
-rw-r--r-- | test/CMakeTests.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/CMakeTests.cmake b/test/CMakeTests.cmake index f4c52b6..61ac3d2 100644 --- a/test/CMakeTests.cmake +++ b/test/CMakeTests.cmake @@ -268,6 +268,7 @@ add_test (NAME H5TEST-clear-testhdf5-objects tfile5.h5 tfile6.h5 tfile7.h5 + tfilespace.h5 th5o_file th5s1.h5 tselect.h5 @@ -334,6 +335,7 @@ else () tfile5.h5 tfile6.h5 tfile7.h5 + tfilespace.h5 th5o_file th5s1.h5 tselect.h5 |