refactor: Do not run PVC ULTs on Win 32 bit

Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:
Lukasz Jobczyk
2025-01-13 16:41:32 +00:00
committed by Compute-Runtime-Automation
parent fa40c1f2fb
commit 25b326da17

View File

@@ -1,10 +1,14 @@
#
# Copyright (C) 2021-2024 Intel Corporation
# Copyright (C) 2021-2025 Intel Corporation
#
# SPDX-License-Identifier: MIT
#
if(TESTS_PVC)
if(MSVC AND NOT "${NEO_BITS}" STREQUAL "64")
return()
endif()
set(unit_test_config "pvc/2/4/8/47") # non-zero values for unit tests
include(${NEO_SOURCE_DIR}/cmake/run_ult_target.cmake)
endif()