diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2019-08-07 20:18:21 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2019-08-07 20:18:30 (GMT) |
commit | 07af403991ae8950d1f930f5a6db2c7124ae8f91 (patch) | |
tree | 5b2a3e0f541c0e3a9b9446b088ec13c2758a47b8 /test | |
parent | 0ce619b92d23416408b378f4971c83724c048340 (diff) | |
download | hdf5-07af403991ae8950d1f930f5a6db2c7124ae8f91.zip hdf5-07af403991ae8950d1f930f5a6db2c7124ae8f91.tar.gz hdf5-07af403991ae8950d1f930f5a6db2c7124ae8f91.tar.bz2 |
Add option to explicitly disable extra tests
Diffstat (limited to 'test')
-rw-r--r-- | test/CMakeTests.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/CMakeTests.cmake b/test/CMakeTests.cmake index 49fabd8..cc166ec 100644 --- a/test/CMakeTests.cmake +++ b/test/CMakeTests.cmake @@ -879,10 +879,12 @@ if (BUILD_SHARED_LIBS) ############################################################################## endif () +option (TEST_SHELL_SCRIPTS "Enable shell script tests" OFF) if (TEST_SHELL_SCRIPTS) include (ShellTests.cmake) endif() +option (ENABLE_EXTENDED_TESTS "Enable extended tests" OFF) if (ENABLE_EXTENDED_TESTS) ############################################################################## ### S W M R T E S T S |