Update test meson.build

This commit is contained in:
ado
2023-08-03 23:04:05 +02:00
parent 19538597e5
commit 5963df5ffd
2 changed files with 25 additions and 21 deletions

View File

@@ -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)