mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 20:27:11 +01:00 
			
		
		
		
	cmake: call SelfTest exe instead of approvalTests script
Just call the SelfTest executable directly for testing, since there seems to be a problem with the approval tests python script right now.
This commit is contained in:
		| @@ -33,4 +33,5 @@ add_executable(SelfTest ${SOURCES}) | ||||
|  | ||||
| # configure unit tests via ctest | ||||
| enable_testing() | ||||
| add_test(NAME SelfTest_run COMMAND python ${SCRIPTS_DIR}/approvalTests.py "${CMAKE_CURRENT_BINARY_DIR}/SelfTest") | ||||
| add_test(NAME SelfTest_run COMMAND SelfTest) | ||||
| #add_test(NAME SelfTest_run COMMAND python ${SCRIPTS_DIR}/approvalTests.py "${CMAKE_CURRENT_BINARY_DIR}/SelfTest") | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Kosta
					Kosta