From 87048c1d9baa1ae4d27ab164f7258734453d4bda Mon Sep 17 00:00:00 2001 From: Dana Robinson Date: Mon, 24 Aug 2020 18:39:34 -0700 Subject: Tweaks CMake to always run the tools lib tests --- tools/CMakeLists.txt | 8 +------- 1 file changed, 1 insertion(+), 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 () -- cgit v0.12