From 41abc3b7a3448e830d6e9121b7470f0337857e86 Mon Sep 17 00:00:00 2001 From: Mateusz Hoppe Date: Mon, 23 Dec 2019 15:43:39 +0100 Subject: [PATCH] Use new variable to skip NEO unit tests only Change-Id: I8da6d2d112a0ab114732a2315fffd6d5b6baa3de Signed-off-by: Mateusz Hoppe --- CMakeLists.txt | 2 +- manifests/manifest.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 33fc2dfa8a..a0b3d5278c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -858,7 +858,7 @@ else() endif() endif() -if(DEFAULT_TESTED_PLATFORM) +if(DEFAULT_TESTED_PLATFORM AND NOT SKIP_NEO_UNIT_TESTS) add_subdirectory_unique(unit_tests ${NEO_BUILD_DIR}/unit_tests) else() hide_subdir(unit_tests) diff --git a/manifests/manifest.yml b/manifests/manifest.yml index 3a8380d6bd..5f5291fbb6 100644 --- a/manifests/manifest.yml +++ b/manifests/manifest.yml @@ -17,7 +17,7 @@ components: branch: infra clean_on_sync: true dest_dir: infra - revision: 58054f40ab6ff14fc86a3fa5e95a34eb124696aa + revision: 1c8a06a9acd8609850619ad0060314b47be4488e type: git internal: branch: master