Use the correct test name for SKIP_TESTS (#4221)
This commit is contained in:
parent
0835250d7f
commit
6843bf628b
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue