Add ocl to filenames with excludes for opencl unit tests

Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2022-02-17 15:53:12 +00:00
committed by Compute-Runtime-Automation
parent 4f71aaf595
commit c30ee611de
25 changed files with 40 additions and 27 deletions

View File

@ -1,12 +1,12 @@
#
# Copyright (C) 2020-2021 Intel Corporation
# Copyright (C) 2020-2022 Intel Corporation
#
# SPDX-License-Identifier: MIT
#
if(TESTS_ADLS)
set(IGDRCL_SRCS_tests_gen12lp_adls_excludes
${CMAKE_CURRENT_SOURCE_DIR}/excludes_adls.cpp
${CMAKE_CURRENT_SOURCE_DIR}/excludes_ocl_adls.cpp
)
set_property(GLOBAL APPEND PROPERTY IGDRCL_SRCS_tests_excludes ${IGDRCL_SRCS_tests_gen12lp_adls_excludes})

View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2020-2021 Intel Corporation
* Copyright (C) 2020-2022 Intel Corporation
*
* SPDX-License-Identifier: MIT
*