summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/CMakeLists.txt8
1 files changed, 1 insertions, 7 deletions
diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt
index f453ad5..57173a6 100644
--- a/tools/CMakeLists.txt
+++ b/tools/CMakeLists.txt
@@ -9,11 +9,5 @@ add_subdirectory (src)
#-- Add the tests
if (BUILD_TESTING)
add_subdirectory (test)
-
-# --------------------------------------------------------------------
-# If S3 or HDFS enabled, then we need to test the tools library
-# --------------------------------------------------------------------
- if (HDF5_ENABLE_ROS3_VFD OR HDF5_ENABLE_HDFS)
- add_subdirectory (libtest)
- endif ()
+ add_subdirectory (libtest)
endif ()