From d8285df05c7e0feab90d5fe5a420f9c2918cab94 Mon Sep 17 00:00:00 2001 From: Viktor Gal Date: Tue, 22 May 2018 20:07:05 +0200 Subject: [PATCH] label meta integration test with integration label --- cmake/ShogunUtils.cmake | 1 + 1 file changed, 1 insertion(+) 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()