mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-06 02:18:05 +08:00
Correct test kernel dependencies for l0 aub tests
Related-To: NEO-6328 Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
7392b5fb8d
commit
b99adecece
@@ -68,6 +68,8 @@ if(NOT SKIP_NEO_UNIT_TESTS)
|
||||
endif()
|
||||
|
||||
if(NOT SKIP_L0_UNIT_TESTS AND BUILD_WITH_L0)
|
||||
add_dependencies(run_${product}_${revision_id}_aub_tests prepare_l0_test_kernels)
|
||||
|
||||
if(WIN32 OR NOT DEFINED NEO__GMM_LIBRARY_PATH)
|
||||
set(l0_aub_test_cmd_prefix $<TARGET_FILE:ze_intel_gpu_aub_tests>)
|
||||
else()
|
||||
|
||||
Reference in New Issue
Block a user