Unverified Commit 4e643fa4 authored by Gabi Melman's avatar Gabi Melman Committed by GitHub

Merge pull request #1421 from tt4g/ctest-run-serial

Don't run spdlog-utests and spdlog-utests-ho in parallel
parents 5378f352 eb234bbf
......@@ -47,6 +47,7 @@ function(spdlog_prepare_test test_target spdlog_lib)
spdlog_enable_sanitizer(${test_target})
endif()
add_test(NAME ${test_target} COMMAND ${test_target})
set_tests_properties(${test_target} PROPERTIES RUN_SERIAL ON)
endfunction()
# The compiled library tests
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment