build: enable PTL unit tests

Related-To: NEO-12803

Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2025-01-30 15:52:38 +00:00
committed by Compute-Runtime-Automation
parent 09118d2011
commit de60dfa3b2
3 changed files with 12 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
#
# Copyright (C) 2025 Intel Corporation
#
# SPDX-License-Identifier: MIT
#
if(TESTS_PTL)
set(unit_test_config "ptl/2/4/8/0")
include(${NEO_SOURCE_DIR}/cmake/run_ult_target.cmake)
endif()