From aacf690640210549922975532274db9f55054fce Mon Sep 17 00:00:00 2001 From: ado Date: Sat, 17 Feb 2024 21:10:25 +0100 Subject: [PATCH] Fix unit test CMakeLists typo --- test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 5e35bee..8439639 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -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_parser_1_4 test_converter + test_parser1_3 test_parser1_4 test_converter test_extractions test_parser2_1 test_parser2_2 test_parser2_3 test_parser2_4 test_extractions_without_fast_float)