summaryrefslogtreecommitdiffstats
path: root/test/CMakeTests.cmake
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2021-05-24 13:55:08 (GMT)
committerGitHub <noreply@github.com>2021-05-24 13:55:08 (GMT)
commit62a5443bd798dd2b4c4deba2cbb0bd8646196e7d (patch)
treee980209549c5b2e4089d164c6ecf3798e175520b /test/CMakeTests.cmake
parentbee09040d39d265d28b230735e28c3603a5da217 (diff)
downloadhdf5-62a5443bd798dd2b4c4deba2cbb0bd8646196e7d.zip
hdf5-62a5443bd798dd2b4c4deba2cbb0bd8646196e7d.tar.gz
hdf5-62a5443bd798dd2b4c4deba2cbb0bd8646196e7d.tar.bz2
Various CMake changes (#679)
* Committing clang-format changes * Several CMake updates: * Removes unused HDF5_ENABLE_HSIZET * Switches TEST_SHELL_SCRIPTS to ON * Sets SH_PROGRAM to bash instead of sh * Set default build type back to RelWithDebInfo Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'test/CMakeTests.cmake')
-rw-r--r--test/CMakeTests.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CMakeTests.cmake b/test/CMakeTests.cmake
index d3e0788..9fb49f6 100644
--- a/test/CMakeTests.cmake
+++ b/test/CMakeTests.cmake
@@ -870,7 +870,7 @@ if (BUILD_SHARED_LIBS)
##############################################################################
endif ()
-option (TEST_SHELL_SCRIPTS "Enable shell script tests" OFF)
+option (TEST_SHELL_SCRIPTS "Enable shell script tests" ON)
if (TEST_SHELL_SCRIPTS)
include (ShellTests.cmake)
endif()