From 99725f48b7055ed00586669844237bc255672351 Mon Sep 17 00:00:00 2001 From: ado Date: Thu, 14 Mar 2024 15:06:55 +0100 Subject: [PATCH] Fix test CMakeLists.txt typo --- test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 7474552..6fd368c 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_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