diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2020-01-15 17:38:06 (GMT) |
---|---|---|
committer | David Young <dyoung@hdfgroup.org> | 2020-05-20 14:20:26 (GMT) |
commit | 6682c717e263ed3f3465766f9664f3b7ff115841 (patch) | |
tree | 3be4f156651c4fef09a0f66779fd72f577618c7b /tools/test/h5ls/CMakeLists.txt | |
parent | 9ebf36e8937995ae88243164a914e0743a8bbbd6 (diff) | |
download | hdf5-6682c717e263ed3f3465766f9664f3b7ff115841.zip hdf5-6682c717e263ed3f3465766f9664f3b7ff115841.tar.gz hdf5-6682c717e263ed3f3465766f9664f3b7ff115841.tar.bz2 |
HDFFV-11001 Add fine control over testing
Diffstat (limited to 'tools/test/h5ls/CMakeLists.txt')
-rw-r--r-- | tools/test/h5ls/CMakeLists.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/test/h5ls/CMakeLists.txt b/tools/test/h5ls/CMakeLists.txt index 0da03c5..fefc995 100644 --- a/tools/test/h5ls/CMakeLists.txt +++ b/tools/test/h5ls/CMakeLists.txt @@ -30,6 +30,8 @@ if (BUILD_SHARED_LIBS) ) endif () -include (CMakeTests.cmake) +if (HDF5_TEST_TOOLS) + include (CMakeTests.cmake) -include (CMakeTestsVDS.cmake) + include (CMakeTestsVDS.cmake) +endif () |