We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef588dd commit e1c09bdCopy full SHA for e1c09bd
test/unit/CMakeLists.txt
@@ -12,7 +12,7 @@ include (diagnostics/list_missing_unit_tests)
12
include (diagnostics/list_unused_unit_tests)
13
include (include_dependencies/add_include_dependencies)
14
15
-option (SHARG_VERBOSE_TESTS "Run each test case individually" ON)
+option (SHARG_VERBOSE_TESTS "Run each test case individually" OFF)
16
option (SHARG_USE_INCLUDE_DEPENDENCIES
17
"Build tests in an hierarchical order (by an include graph, i.e. tests with less dependencies are build first)"
18
OFF)
0 commit comments