summaryrefslogtreecommitdiffstats
path: root/c++/test/CMakeTests.cmake
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2016-10-11 05:14:25 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2016-10-11 05:14:25 (GMT)
commit3c0afffb9d959dc2deab593600e013d959856a7f (patch)
treecbf3682ae1248cc23b0165860d434c63259c571b /c++/test/CMakeTests.cmake
parente0bf9046c20a1e356e110c03713506261b445182 (diff)
downloadhdf5-3c0afffb9d959dc2deab593600e013d959856a7f.zip
hdf5-3c0afffb9d959dc2deab593600e013d959856a7f.tar.gz
hdf5-3c0afffb9d959dc2deab593600e013d959856a7f.tar.bz2
Purpose: Fix bug HDFFR-9920 cont.
Description: Added new test file titerate.cpp.
Diffstat (limited to 'c++/test/CMakeTests.cmake')
-rw-r--r--c++/test/CMakeTests.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/c++/test/CMakeTests.cmake b/c++/test/CMakeTests.cmake
index 91c36b0..9bcc706 100644
--- a/c++/test/CMakeTests.cmake
+++ b/c++/test/CMakeTests.cmake
@@ -17,6 +17,7 @@ add_test (
tattr_multi.h5
tattr_scalar.h5
tfattrs.h5
+ titerate.h5
)
add_test (NAME CPP_testhdf5 COMMAND $<TARGET_FILE:cpp_testhdf5>)
@@ -50,6 +51,7 @@ if (HDF5_TEST_VFD)
tattr_multi.h5
tattr_scalar.h5
tfattrs.h5
+ titerate.h5
)
add_test (
NAME CPP_VFD-${vfdname}-cpp_testhdf5