mirror of
				https://github.com/red0124/ssp.git
				synced 2025-10-31 05:06:46 +01:00 
			
		
		
		
	Fix unit test CMakeLists
This commit is contained in:
		
							parent
							
								
									ce03c371ae
								
							
						
					
					
						commit
						f8c5757d99
					
				| @ -32,9 +32,11 @@ set(DOCTEST "${FETCHCONTENT_BASE_DIR}/doctest-src") | |||||||
| 
 | 
 | ||||||
| enable_testing() | enable_testing() | ||||||
| 
 | 
 | ||||||
| foreach(name IN ITEMS test_splitter test_parser test_converter test_extractions | foreach(name IN ITEMS test_splitter test_parser1_1 test_parser1_2 | ||||||
|                       test_parser2_1 test_parser2_2 test_parser2_3 |                       test_parser1_3 test_parser_1_4 test_converter | ||||||
|                       test_parser2_4 test_extractions_without_fast_float) |                       test_extractions test_parser2_1 test_parser2_2 | ||||||
|  |                       test_parser2_3 test_parser2_4 | ||||||
|  |                       test_extractions_without_fast_float) | ||||||
|     add_executable("${name}" "${name}.cpp") |     add_executable("${name}" "${name}.cpp") | ||||||
|     target_link_libraries("${name}" PRIVATE ssp::ssp fast_float |     target_link_libraries("${name}" PRIVATE ssp::ssp fast_float | ||||||
|                                             doctest::doctest) |                                             doctest::doctest) | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user