diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2019-08-09 16:00:47 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2019-08-09 16:00:47 (GMT) |
commit | e96815ebd83748a4886bf8ef2e80e82df16b9740 (patch) | |
tree | dbdf01472159ee16d876fcb4d1d427d0f2ef757e | |
parent | 318dfdaba115a17944a11706fe0519725f5edb31 (diff) | |
parent | 07af403991ae8950d1f930f5a6db2c7124ae8f91 (diff) | |
download | hdf5-e96815ebd83748a4886bf8ef2e80e82df16b9740.zip hdf5-e96815ebd83748a4886bf8ef2e80e82df16b9740.tar.gz hdf5-e96815ebd83748a4886bf8ef2e80e82df16b9740.tar.bz2 |
Merge pull request #1844 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit '07af403991ae8950d1f930f5a6db2c7124ae8f91':
Add option to explicitly disable extra tests
-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 |