diff --git a/cmake/ShogunUtils.cmake b/cmake/ShogunUtils.cmake index e98a09453b5..756c968063c 100644 --- a/cmake/ShogunUtils.cmake +++ b/cmake/ShogunUtils.cmake @@ -96,6 +96,7 @@ MACRO(AddMetaIntegrationTest META_TARGET CONDITION) set_tests_properties( integration_meta_${META_TARGET}-${NAME_WITH_DIR} PROPERTIES + LABELS "integration" DEPENDS generated_${META_TARGET}-${NAME_WITH_DIR} ) ENDIF()