mirror of
https://github.com/red0124/ssp.git
synced 2025-12-15 06:09:55 +01:00
Split test_parser2 into multiple segments
This commit is contained in:
@@ -32,8 +32,9 @@ set(DOCTEST "${FETCHCONTENT_BASE_DIR}/doctest-src")
|
||||
|
||||
enable_testing()
|
||||
|
||||
foreach(name IN ITEMS test_splitter test_parser test_parser2 test_converter
|
||||
test_extractions)
|
||||
foreach(name IN ITEMS test_splitter test_parser test_converter tesst_extractions
|
||||
test_parser2_segment1 test_parser2_segment2
|
||||
test_parser2_segment3 test_parser2_segment4)
|
||||
add_executable("${name}" "${name}.cpp")
|
||||
target_link_libraries("${name}" PRIVATE ssp::ssp fast_float
|
||||
doctest::doctest)
|
||||
|
||||
Reference in New Issue
Block a user