mirror of
https://github.com/catchorg/Catch2.git
synced 2025-01-22 08:43:29 +01:00
Fix test name
This commit is contained in:
parent
684392a0f3
commit
47029d59c7
@ -484,11 +484,11 @@ find_package(Threads REQUIRED)
|
||||
target_link_libraries(Multithreading PRIVATE Catch2::Catch2WithMain Threads::Threads)
|
||||
target_compile_features(Multithreading PRIVATE cxx_std_11)
|
||||
add_test(
|
||||
NAME Reporters::Multithreading
|
||||
NAME Multithreading::Multithreading
|
||||
COMMAND ${CMAKE_COMMAND} -E env $<TARGET_FILE:Multithreading>
|
||||
)
|
||||
set_tests_properties(
|
||||
Reporters::Multithreading
|
||||
Multithreading::Multithreading
|
||||
PROPERTIES
|
||||
PASS_REGULAR_EXPRESSION "passed"
|
||||
FAIL_REGULAR_EXPRESSION "ThreadSanitizer"
|
||||
|
Loading…
Reference in New Issue
Block a user