summaryrefslogtreecommitdiffstats
path: root/test/CMakeTests.cmake
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-08-07 20:19:09 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2019-08-07 20:19:09 (GMT)
commit9ab8b5cbdced103395cf65e1b9014e8e674f77cc (patch)
tree6b7cad15057ef846ae2d0bfec5b2c564fe1446c3 /test/CMakeTests.cmake
parentbe970ccdc253697f2a02d0f909f5cfc47793376e (diff)
downloadhdf5-9ab8b5cbdced103395cf65e1b9014e8e674f77cc.zip
hdf5-9ab8b5cbdced103395cf65e1b9014e8e674f77cc.tar.gz
hdf5-9ab8b5cbdced103395cf65e1b9014e8e674f77cc.tar.bz2
Add option to explicitly disable extra tests
Diffstat (limited to 'test/CMakeTests.cmake')
-rw-r--r--test/CMakeTests.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/CMakeTests.cmake b/test/CMakeTests.cmake
index dd977ce..d318223 100644
--- a/test/CMakeTests.cmake
+++ b/test/CMakeTests.cmake
@@ -878,10 +878,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