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:
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)
|
||||
|
|
Loading…
Reference in New Issue