From 6843bf628b30979c645d43d2cf524b26369fc4fc Mon Sep 17 00:00:00 2001 From: Paul Fultz II Date: Sun, 19 Jun 2022 12:26:49 -0500 Subject: [PATCH] Use the correct test name for SKIP_TESTS (#4221) --- test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index cb1ed3b60..9e3de5f74 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -118,7 +118,7 @@ if (BUILD_TESTS) if(PARSE_INCONCLUSIVE) set(INCONCLUSIVE "--inconclusive") endif() - if (${TEST_NAME} IN_LIST SKIP_TESTS) + if ("cfg-${TEST_NAME}" IN_LIST SKIP_TESTS) else() # TODO: add syntax check add_test(NAME cfg-${TEST_NAME}