cmake cleanup

Signed-off-by: Artur Harasimiuk <artur.harasimiuk@intel.com>
This commit is contained in:
Artur Harasimiuk
2022-06-29 18:44:09 +00:00
committed by Compute-Runtime-Automation
parent c2147e3233
commit 28edaa9a2d
23 changed files with 9 additions and 82 deletions

View File

@ -156,9 +156,6 @@ macro(macro_for_each_platform)
get_family_name_with_type(${CORE_TYPE} ${PLATFORM_TYPE})
add_dependencies(run_ocloc_tests prepare_test_kernels_${family_name_with_type}_${REVISION_ID})
add_dependencies(unit_tests prepare_test_kernels_${family_name_with_type}_${REVISION_ID})
neo_copy_test_files(copy_test_files_${family_name_with_type}_${REVISION_ID} ${family_name_with_type})
add_dependencies(run_ocloc_tests copy_test_files_${family_name_with_type}_${REVISION_ID})
add_dependencies(unit_tests copy_test_files_${family_name_with_type}_${REVISION_ID})
set(run_tests_cmd ocloc_tests --device ${CLOC_LIB_DEFAULT_DEVICE} --family_type ${family_name_with_type} --rev_id ${REVISION_ID})
endif()
endforeach()