summaryrefslogtreecommitdiffstats
path: root/tools/test
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2018-03-29 02:36:51 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2018-03-29 02:36:51 (GMT)
commit1be6fd0ac1c59bbc02c9beeef464e8ee0914a5c5 (patch)
tree1c93261a283d2c989cd0e7ab13d016a7862cb9cc /tools/test
parent174439c95b82b2ec94fca61344a9ef6b78c03b85 (diff)
parent96ec08a36c80b3abce7d9ce0e13ddbc39908df5f (diff)
downloadhdf5-1be6fd0ac1c59bbc02c9beeef464e8ee0914a5c5.zip
hdf5-1be6fd0ac1c59bbc02c9beeef464e8ee0914a5c5.tar.gz
hdf5-1be6fd0ac1c59bbc02c9beeef464e8ee0914a5c5.tar.bz2
Merge remote-tracking branch 'origin/develop' into merge_func_enter_vol
Diffstat (limited to 'tools/test')
-rw-r--r--tools/test/h5stat/CMakeTests.cmake6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/test/h5stat/CMakeTests.cmake b/tools/test/h5stat/CMakeTests.cmake
index 8d796ad..69bab20 100644
--- a/tools/test/h5stat/CMakeTests.cmake
+++ b/tools/test/h5stat/CMakeTests.cmake
@@ -37,6 +37,7 @@
h5stat_newgrat-UG
h5stat_newgrat-UA
h5stat_err1_links
+ h5stat_idx
h5stat_links1
h5stat_links2
h5stat_links3
@@ -54,6 +55,7 @@
)
set (HDF5_REFERENCE_TEST_FILES
h5stat_filters.h5
+ h5stat_idx.h5
h5stat_tsohm.h5
h5stat_newgrat.h5
h5stat_threshold.h5
@@ -157,6 +159,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)