force Criterion to not run tests in parallel
Signed-off-by: Jeroen Koekkoek <jeroen@koekkoek.nl>
This commit is contained in:
parent
70f208cbd3
commit
13e2e68b33
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ function(add_criterion_executable _target)
|
|||
|
||||
add_test(
|
||||
NAME "Criterion_${_suite}_${_name}"
|
||||
COMMAND ${_target} --suite ${_suite} --test ${_name} --cunit=${_suite}-${_name} --quiet)
|
||||
COMMAND ${_target} -j1 --suite ${_suite} --test ${_name} --cunit=${_suite}-${_name} --quiet)
|
||||
set_tests_properties("Criterion_${_suite}_${_name}" PROPERTIES TIMEOUT 10)
|
||||
if(APPLE)
|
||||
set_property(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue