mirror of
https://github.com/red0124/ssp.git
synced 2025-01-23 13:05:20 +01:00
Update test file names
This commit is contained in:
parent
5963df5ffd
commit
5173e7afbc
@ -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)
|
||||||
|
@ -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',
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user