mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Skip ULT when there is no tested platforms
Change-Id: I91a08d999c05bac6d871d0b4b0c353fc76a9c40a Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:

committed by
sys_ocldev

parent
3928205db1
commit
980f7aeaef
@ -213,6 +213,8 @@ if(DEFAULT_TESTED_PLATFORM)
|
||||
if(VALID_DEFAULT_TESTED_PLATFORM LESS 0)
|
||||
message(FATAL_ERROR "Not a valid tested platform: ${DEFAULT_TESTED_PLATFORM}")
|
||||
endif()
|
||||
else()
|
||||
set(SKIP_UNIT_TESTS TRUE)
|
||||
endif()
|
||||
|
||||
if(NOT DEFAULT_TESTED_FAMILY_NAME)
|
||||
|
Reference in New Issue
Block a user