File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11#
2- # Copyright (C) 2017-2019 Intel Corporation
2+ # Copyright (C) 2017-2020 Intel Corporation
33#
44# SPDX-License-Identifier: MIT
55#
@@ -103,8 +103,8 @@ if(NOT DEFINED NEO_CORE_DIRECTORY)
103103 set (NEO_CORE_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} /core)
104104endif ()
105105
106- if (SKIP_ALL_ULT )
107- set (SKIP_UNIT_TESTS TRUE )
106+ if (SKIP_UNIT_TESTS )
107+ set (SKIP_NEO_UNIT_TESTS TRUE )
108108endif ()
109109
110110# Set our build directory
@@ -852,7 +852,7 @@ if(DONT_CARE_OF_VIRTUALS)
852852else ()
853853 set (NEO_RELEASE_LIB_NAME "igdrcl_lib_release" ) # Used by dll/so
854854 generate_runtime_lib(${NEO_RELEASE_LIB_NAME} FALSE TRUE )
855- if (NOT SKIP_ALL_ULT )
855+ if (NOT SKIP_UNIT_TESTS )
856856 set (NEO_MOCKABLE_LIB_NAME "igdrcl_lib_mockable" ) # Used by ULTS
857857 generate_runtime_lib(${NEO_MOCKABLE_LIB_NAME} TRUE FALSE )
858858 endif ()
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ components:
1717 branch : infra
1818 clean_on_sync : true
1919 dest_dir : infra
20- revision : 702c5ad1f900ab22ed98f77480d38c2938f1fe0e
20+ revision : f016064bc8760244e3f7b70a3f47df33ed2b03e3
2121 type : git
2222 internal :
2323 branch : master
You can’t perform that action at this time.
0 commit comments