mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-11-02 20:51:23 -07:00 
			
		
		
		
	Add catch2 extra args option to tests.
update example
This commit is contained in:
		
							parent
							
								
									eee20e23e1
								
							
						
					
					
						commit
						45d80aba63
					
				
					 7 changed files with 10 additions and 9 deletions
				
			
		| 
						 | 
				
			
			@ -1,8 +1,6 @@
 | 
			
		|||
get_filename_component(_TEST_NAME ${CMAKE_CURRENT_LIST_DIR} NAME)
 | 
			
		||||
add_executable(${_TEST_NAME}_tests ${_TEST_NAME}_tests_main.cpp)
 | 
			
		||||
target_link_libraries(${_TEST_NAME}_tests test_common libslic3r 
 | 
			
		||||
#${Boost_LIBRARIES} ${TBB_LIBRARIES} ${Boost_LIBRARIES}
 | 
			
		||||
)
 | 
			
		||||
target_link_libraries(${_TEST_NAME}_tests test_common)
 | 
			
		||||
 | 
			
		||||
# catch_discover_tests(${_TEST_NAME}_tests TEST_PREFIX "${_TEST_NAME}: ")
 | 
			
		||||
add_test(${_TEST_NAME}_tests ${_TEST_NAME}_tests "--durations yes")
 | 
			
		||||
add_test(${_TEST_NAME}_tests ${_TEST_NAME}_tests ${CATCH_EXTRA_ARGS})
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue