Skip to content

Commit

Permalink
Fix unit test CMakeLists
Browse files Browse the repository at this point in the history
  • Loading branch information
red0124 committed Feb 17, 2024
1 parent ce03c37 commit f8c5757
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,11 @@ set(DOCTEST "${FETCHCONTENT_BASE_DIR}/doctest-src")

enable_testing()

foreach(name IN ITEMS test_splitter test_parser test_converter test_extractions
test_parser2_1 test_parser2_2 test_parser2_3
test_parser2_4 test_extractions_without_fast_float)
foreach(name IN ITEMS test_splitter test_parser1_1 test_parser1_2
test_parser1_3 test_parser_1_4 test_converter
test_extractions test_parser2_1 test_parser2_2
test_parser2_3 test_parser2_4
test_extractions_without_fast_float)
add_executable("${name}" "${name}.cpp")
target_link_libraries("${name}" PRIVATE ssp::ssp fast_float
doctest::doctest)
Expand Down

0 comments on commit f8c5757

Please sign in to comment.