mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-01 12:55:40 +02:00
@@ -142,6 +142,14 @@ if (MSVC)
|
||||
add_test(NAME WindowsHeader COMMAND WindowsHeader -r compact)
|
||||
endif()
|
||||
|
||||
add_executable(DebugBreakMacros ${TESTS_DIR}/X12-CustomDebugBreakMacro.cpp)
|
||||
add_test(NAME DebugBreakMacros COMMAND DebugBreakMacros --break)
|
||||
set_tests_properties(
|
||||
DebugBreakMacros
|
||||
PROPERTIES
|
||||
PASS_REGULAR_EXPRESSION "Pretty please, break into debugger"
|
||||
)
|
||||
|
||||
set( EXTRA_TEST_BINARIES
|
||||
PrefixedMacros
|
||||
DisabledMacros
|
||||
@@ -150,6 +158,7 @@ set( EXTRA_TEST_BINARIES
|
||||
FallbackStringifier
|
||||
DisableStringification
|
||||
BenchmarkingMacros
|
||||
DebugBreakMacros
|
||||
)
|
||||
|
||||
# Shared config
|
||||
|
Reference in New Issue
Block a user