summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2018-03-27 21:59:55 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2018-03-27 21:59:55 (GMT)
commit32c524f0f05dd5338c05690c333759119d7a5329 (patch)
treef4cd5e8d52843e884d5b78d60ee2833d277fd697 /tools
parent0e01f589e7795a2a42a7299dfe34c08bc1d40f97 (diff)
parente1f937f14bbc38651bf72470d1c9f729437357e9 (diff)
downloadhdf5-32c524f0f05dd5338c05690c333759119d7a5329.zip
hdf5-32c524f0f05dd5338c05690c333759119d7a5329.tar.gz
hdf5-32c524f0f05dd5338c05690c333759119d7a5329.tar.bz2
Merge pull request #998 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit 'e1f937f14bbc38651bf72470d1c9f729437357e9': Add missing test which is in autotools Remove incorrect line Update unimplemented lists
Diffstat (limited to 'tools')
-rw-r--r--tools/test/h5stat/CMakeTests.cmake4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/test/h5stat/CMakeTests.cmake b/tools/test/h5stat/CMakeTests.cmake
index 8d796ad..4811c61 100644
--- a/tools/test/h5stat/CMakeTests.cmake
+++ b/tools/test/h5stat/CMakeTests.cmake
@@ -157,6 +157,10 @@
ADD_H5_TEST (h5stat_newgrat 0 h5stat_newgrat.h5)
ADD_H5_TEST (h5stat_newgrat-UG 0 -G h5stat_newgrat.h5)
ADD_H5_TEST (h5stat_newgrat-UA 0 -A h5stat_newgrat.h5)
+# h5stat_idx.h5 is generated by h5stat_gentest.c
+ if (HDF5_BUILD_GENERATORS)
+ ADD_H5_TEST (h5stat_idx 0 h5stat_idx.h5)
+ endif ()
#
# Tests for -l (--links) option on h5stat_threshold.h5:
# -l 0 (incorrect threshold value)