mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00

Related-To: NEO-4838 Change-Id: I43cdd9108046239ec2535a9010762fb767b0c1eb Signed-off-by: Andrzej Swierczynski <andrzej.swierczynski@intel.com>
21 lines
671 B
CMake
21 lines
671 B
CMake
#
|
|
# Copyright (C) 2020 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
#
|
|
|
|
if(TESTS_DG1)
|
|
set(IGDRCL_SRCS_tests_dg1
|
|
${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt
|
|
${CMAKE_CURRENT_SOURCE_DIR}/hw_helper_tests_dg1.cpp
|
|
${CMAKE_CURRENT_SOURCE_DIR}/hw_info_tests_dg1.cpp
|
|
${CMAKE_CURRENT_SOURCE_DIR}/test_hw_info_config_dg1.cpp
|
|
${CMAKE_CURRENT_SOURCE_DIR}/test_device_caps_dg1.cpp
|
|
${CMAKE_CURRENT_SOURCE_DIR}/excludes_dg1.cpp
|
|
)
|
|
target_sources(igdrcl_tests PRIVATE ${IGDRCL_SRCS_tests_dg1})
|
|
add_subdirectories()
|
|
neo_copy_test_files_with_revision(copy_test_files_dg1_0 dg1 0)
|
|
add_dependencies(unit_tests copy_test_files_dg1_0)
|
|
endif()
|