mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-19 06:24:51 +08:00
Use new variable to skip NEO unit tests only
Change-Id: I8da6d2d112a0ab114732a2315fffd6d5b6baa3de Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
be7606388c
commit
41abc3b7a3
@@ -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)
|
||||
|
||||
@@ -17,7 +17,7 @@ components:
|
||||
branch: infra
|
||||
clean_on_sync: true
|
||||
dest_dir: infra
|
||||
revision: 58054f40ab6ff14fc86a3fa5e95a34eb124696aa
|
||||
revision: 1c8a06a9acd8609850619ad0060314b47be4488e
|
||||
type: git
|
||||
internal:
|
||||
branch: master
|
||||
|
||||
Reference in New Issue
Block a user