summaryrefslogtreecommitdiffstats
path: root/tools/h5ls/CMakeLists.txt
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2015-06-16 21:15:55 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2015-06-16 21:15:55 (GMT)
commit3d5c3851a3b24a726174847519f556eb627348cb (patch)
tree48cbccc6bc0be483fb1bc56f081d2330b8709572 /tools/h5ls/CMakeLists.txt
parent91eb17db8ee7fcda566436fa2336fac2cf2c3660 (diff)
downloadhdf5-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.txt2
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)
##############################################################################