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:
Mateusz Hoppe
2019-12-23 15:43:39 +01:00
committed by sys_ocldev
parent be7606388c
commit 41abc3b7a3
2 changed files with 2 additions and 2 deletions

View File

@@ -858,7 +858,7 @@ else()
endif() endif()
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) add_subdirectory_unique(unit_tests ${NEO_BUILD_DIR}/unit_tests)
else() else()
hide_subdir(unit_tests) hide_subdir(unit_tests)

View File

@@ -17,7 +17,7 @@ components:
branch: infra branch: infra
clean_on_sync: true clean_on_sync: true
dest_dir: infra dest_dir: infra
revision: 58054f40ab6ff14fc86a3fa5e95a34eb124696aa revision: 1c8a06a9acd8609850619ad0060314b47be4488e
type: git type: git
internal: internal:
branch: master branch: master