Skip to content

Commit

Permalink
[INFRA] Set default for SHARG_VERBOSE_TESTS to OFF
Browse files Browse the repository at this point in the history
  • Loading branch information
eseiler committed Dec 6, 2024
1 parent ef588dd commit e1c09bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ include (diagnostics/list_missing_unit_tests)
include (diagnostics/list_unused_unit_tests)
include (include_dependencies/add_include_dependencies)

option (SHARG_VERBOSE_TESTS "Run each test case individually" ON)
option (SHARG_VERBOSE_TESTS "Run each test case individually" OFF)
option (SHARG_USE_INCLUDE_DEPENDENCIES
"Build tests in an hierarchical order (by an include graph, i.e. tests with less dependencies are build first)"
OFF)
Expand Down

0 comments on commit e1c09bd

Please sign in to comment.