From 507190d92b66d3570bef3b5c40cb8c4d725bb2b2 Mon Sep 17 00:00:00 2001 From: Mateusz Hoppe Date: Tue, 31 Dec 2019 14:32:52 +0100 Subject: [PATCH] Replace SKIP_ALL_ULT with SKIP_UNIT_TESTS Change-Id: I2edfeffc60c5a53c709091ae8f560ac3238e877e Signed-off-by: Mateusz Hoppe --- CMakeLists.txt | 8 ++++---- manifests/manifest.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f805f28b82..f80be03f4a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (C) 2017-2019 Intel Corporation +# Copyright (C) 2017-2020 Intel Corporation # # SPDX-License-Identifier: MIT # @@ -103,8 +103,8 @@ if(NOT DEFINED NEO_CORE_DIRECTORY) set(NEO_CORE_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/core) endif() -if(SKIP_ALL_ULT) - set(SKIP_UNIT_TESTS TRUE) +if(SKIP_UNIT_TESTS) + set(SKIP_NEO_UNIT_TESTS TRUE) endif() # Set our build directory @@ -852,7 +852,7 @@ if(DONT_CARE_OF_VIRTUALS) else() set(NEO_RELEASE_LIB_NAME "igdrcl_lib_release") # Used by dll/so generate_runtime_lib(${NEO_RELEASE_LIB_NAME} FALSE TRUE) - if(NOT SKIP_ALL_ULT) + if(NOT SKIP_UNIT_TESTS) set(NEO_MOCKABLE_LIB_NAME "igdrcl_lib_mockable") # Used by ULTS generate_runtime_lib(${NEO_MOCKABLE_LIB_NAME} TRUE FALSE) endif() diff --git a/manifests/manifest.yml b/manifests/manifest.yml index fa61501415..d8a5835942 100644 --- a/manifests/manifest.yml +++ b/manifests/manifest.yml @@ -17,7 +17,7 @@ components: branch: infra clean_on_sync: true dest_dir: infra - revision: 702c5ad1f900ab22ed98f77480d38c2938f1fe0e + revision: f016064bc8760244e3f7b70a3f47df33ed2b03e3 type: git internal: branch: master