From 07af403991ae8950d1f930f5a6db2c7124ae8f91 Mon Sep 17 00:00:00 2001 From: Allen Byrne Date: Wed, 7 Aug 2019 15:18:21 -0500 Subject: Add option to explicitly disable extra tests --- test/CMakeTests.cmake | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v0.12