diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2015-06-16 21:15:55 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2015-06-16 21:15:55 (GMT) |
commit | 3d5c3851a3b24a726174847519f556eb627348cb (patch) | |
tree | 48cbccc6bc0be483fb1bc56f081d2330b8709572 /tools/h5ls/CMakeLists.txt | |
parent | 91eb17db8ee7fcda566436fa2336fac2cf2c3660 (diff) | |
download | hdf5-3d5c3851a3b24a726174847519f556eb627348cb.zip hdf5-3d5c3851a3b24a726174847519f556eb627348cb.tar.gz hdf5-3d5c3851a3b24a726174847519f556eb627348cb.tar.bz2 |
[svn-r27218] Add VDS tests to h5ls
Diffstat (limited to 'tools/h5ls/CMakeLists.txt')
-rw-r--r-- | tools/h5ls/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/h5ls/CMakeLists.txt b/tools/h5ls/CMakeLists.txt index 984b36b..1bf5f4c 100644 --- a/tools/h5ls/CMakeLists.txt +++ b/tools/h5ls/CMakeLists.txt @@ -23,6 +23,8 @@ if (BUILD_TESTING) include (CMakeTests.cmake) + include (CMakeTestsVDS.cmake) + endif (BUILD_TESTING) ############################################################################## |