Skip to content

Commit

Permalink
Fix test CMakeLists.txt typo
Browse files Browse the repository at this point in the history
  • Loading branch information
red0124 committed Mar 14, 2024
1 parent c097732 commit 99725f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ set(DOCTEST "${FETCHCONTENT_BASE_DIR}/doctest-src")
enable_testing()

foreach(name IN ITEMS test_splitter test_parser1_1 test_parser1_2
test_parser1_3 test_parser1_4 test_parser_1_5
test_parser1_3 test_parser1_4 test_parser1_5
test_converter test_extractions test_parser2_1
test_parser2_2 test_parser2_3 test_parser2_4
test_parser2_5 test_parser2_6
Expand Down

0 comments on commit 99725f4

Please sign in to comment.