diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2018-03-27 13:41:54 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2018-03-27 13:41:54 (GMT) |
commit | e1f937f14bbc38651bf72470d1c9f729437357e9 (patch) | |
tree | f4cd5e8d52843e884d5b78d60ee2833d277fd697 | |
parent | 49829b91174f8e6dcfa26400254013dce7eac531 (diff) | |
download | hdf5-e1f937f14bbc38651bf72470d1c9f729437357e9.zip hdf5-e1f937f14bbc38651bf72470d1c9f729437357e9.tar.gz hdf5-e1f937f14bbc38651bf72470d1c9f729437357e9.tar.bz2 |
Add missing test which is in autotools
-rw-r--r-- | tools/test/h5stat/CMakeTests.cmake | 4 |
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) |