mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-11-04 05:59:32 +01:00 
			
		
		
		
	Run unit tests in random order
This commit is contained in:
		@@ -84,7 +84,7 @@ if (CATCH_ENABLE_COVERAGE)
 | 
				
			|||||||
endif()
 | 
					endif()
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# configure unit tests via CTest
 | 
					# configure unit tests via CTest
 | 
				
			||||||
add_test(NAME RunTests COMMAND $<TARGET_FILE:SelfTest>)
 | 
					add_test(NAME RunTests COMMAND $<TARGET_FILE:SelfTest> --order rand --rng-seed time)
 | 
				
			||||||
set_tests_properties(RunTests PROPERTIES
 | 
					set_tests_properties(RunTests PROPERTIES
 | 
				
			||||||
    FAIL_REGULAR_EXPRESSION "Filters:"
 | 
					    FAIL_REGULAR_EXPRESSION "Filters:"
 | 
				
			||||||
    COST 60
 | 
					    COST 60
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user