Skip to content

Commit b4da88a

Browse files
Add missing dependency to aub tests runners
Change-Id: Id22e712e6825cee487565f02b3ae03cb85d818b0 Signed-off-by: Mateusz Jablonski <[email protected]>
1 parent e64c461 commit b4da88a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opencl/test/unit_test/aub_tests/cmake/run_aub_test_target.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ list(GET aub_test_config 1 slices)
1010
list(GET aub_test_config 2 subslices)
1111
list(GET aub_test_config 3 eu_per_ss)
1212

13-
add_custom_target(run_${product}_aub_tests ALL DEPENDS copy_test_files_${product} prepare_test_kernels)
13+
add_custom_target(run_${product}_aub_tests ALL DEPENDS copy_test_files_${product} prepare_test_kernels prepare_test_kernel_for_shared)
1414
add_dependencies(run_aub_tests run_${product}_aub_tests)
1515
set_target_properties(run_${product}_aub_tests PROPERTIES FOLDER "${PLATFORM_SPECIFIC_TEST_TARGETS_FOLDER}/${product}")
1616

0 commit comments

Comments
 (0)