summaryrefslogtreecommitdiffstats
path: root/testpar
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-08-27 21:49:10 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2019-08-27 21:49:10 (GMT)
commit09d13b3c13dfc3fa79a7d616d80a06183fb05cc9 (patch)
tree3e9a7eefca55dee039664b454f15a7aa87521142 /testpar
parent369d17c05c57689338a22988df90bfb8313da071 (diff)
downloadhdf5-09d13b3c13dfc3fa79a7d616d80a06183fb05cc9.zip
hdf5-09d13b3c13dfc3fa79a7d616d80a06183fb05cc9.tar.gz
hdf5-09d13b3c13dfc3fa79a7d616d80a06183fb05cc9.tar.bz2
OESS-29 Fix HD prefix in perform and enable test compile
Diffstat (limited to 'testpar')
-rw-r--r--testpar/CMakeLists.txt2
-rw-r--r--testpar/CMakeTests.cmake3
2 files changed, 4 insertions, 1 deletions
diff --git a/testpar/CMakeLists.txt b/testpar/CMakeLists.txt
index 1aecef6..47a0e15 100644
--- a/testpar/CMakeLists.txt
+++ b/testpar/CMakeLists.txt
@@ -61,7 +61,7 @@ set (H5P_TESTS
t_mpi
t_bigio
t_cache
- #t_cache_image
+ t_cache_image
t_pflush1
t_pflush2
t_pread
diff --git a/testpar/CMakeTests.cmake b/testpar/CMakeTests.cmake
index ad244b5..5848c60 100644
--- a/testpar/CMakeTests.cmake
+++ b/testpar/CMakeTests.cmake
@@ -72,6 +72,9 @@ endforeach ()
# list (REMOVE_ITEM H5P_TESTS t_shapesame)
#endif ()
+# do not test until new version is added
+list (REMOVE_ITEM H5P_TESTS t_cache_image)
+
set (test_par_CLEANFILES
t_cache_image_00.h5
t_cache_image_01.h5