mirror of
https://github.com/red0124/ssp.git
synced 2025-12-15 06:09:55 +01:00
Update test meson.build
This commit is contained in:
@@ -34,7 +34,8 @@ enable_testing()
|
||||
|
||||
foreach(name IN ITEMS test_splitter test_parser test_converter test_extractions
|
||||
test_parser2_segment1 test_parser2_segment2
|
||||
test_parser2_segment3 test_parser2_segment4)
|
||||
test_parser2_segment3 test_parser2_segment4
|
||||
test_extractions_without_fast_float)
|
||||
add_executable("${name}" "${name}.cpp")
|
||||
target_link_libraries("${name}" PRIVATE ssp::ssp fast_float
|
||||
doctest::doctest)
|
||||
|
||||
Reference in New Issue
Block a user