diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2020-08-25 01:39:34 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2020-08-25 01:39:34 (GMT) |
commit | 87048c1d9baa1ae4d27ab164f7258734453d4bda (patch) | |
tree | 94de3bdab51f25bacc486eaf844a49ce64f40f31 | |
parent | ab38c8a9c8d1979e4b6b096ac46c18bcf19dd380 (diff) | |
download | hdf5-87048c1d9baa1ae4d27ab164f7258734453d4bda.zip hdf5-87048c1d9baa1ae4d27ab164f7258734453d4bda.tar.gz hdf5-87048c1d9baa1ae4d27ab164f7258734453d4bda.tar.bz2 |
Tweaks CMake to always run the tools lib tests
-rw-r--r-- | tools/CMakeLists.txt | 8 |
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 () |