mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-11-04 05:59:32 +01: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