mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 12:17:11 +01:00 
			
		
		
		
	Run unit tests in random order
This commit is contained in:
		| @@ -84,7 +84,7 @@ if (CATCH_ENABLE_COVERAGE) | ||||
| endif() | ||||
|  | ||||
| # 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 | ||||
|     FAIL_REGULAR_EXPRESSION "Filters:" | ||||
|     COST 60 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Martin Hořeňovský
					Martin Hořeňovský