Update test file names

This commit is contained in:
ado 2023-08-03 23:09:25 +02:00
parent 5963df5ffd
commit 5173e7afbc
6 changed files with 6 additions and 7 deletions

View File

@ -33,9 +33,8 @@ 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_parser test_converter test_extractions
test_parser2_segment1 test_parser2_segment2 test_parser2_1 test_parser2_2 test_parser2_3
test_parser2_segment3 test_parser2_segment4 test_parser2_4 test_extractions_without_fast_float)
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)

View File

@ -6,10 +6,10 @@ tests = [
'splitter', 'splitter',
'converter', 'converter',
'extractions', 'extractions',
'parser2_segment1', 'parser2_1',
'parser2_segment2', 'parser2_2',
'parser2_segment3', 'parser2_3',
'parser2_segment4', 'parser2_4',
'extractions_without_fast_float', 'extractions_without_fast_float',
] ]