mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-08 05:56:36 +08:00
Move unit test helper to shared code
Related-To: NEO-5161 Signed-off-by: Milczarek, Slawomir <slawomir.milczarek@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
e5eba8be53
commit
9839b3049d
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# Copyright (C) 2018-2020 Intel Corporation
|
||||
# Copyright (C) 2018-2021 Intel Corporation
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
#
|
||||
@@ -21,7 +21,7 @@ if(TESTS_GEN11)
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/test_device_queue_hw_gen11.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/test_platform_caps_gen11.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/test_sample_gen11.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/unit_test_helper_gen11.cpp
|
||||
${NEO_SOURCE_DIR}/shared/test/common/gen11/unit_test_helper_gen11.cpp
|
||||
)
|
||||
|
||||
get_property(NEO_CORE_TESTS_GEN11 GLOBAL PROPERTY NEO_CORE_TESTS_GEN11)
|
||||
|
||||
@@ -1,16 +0,0 @@
|
||||
/*
|
||||
* Copyright (C) 2018-2020 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
*/
|
||||
|
||||
#include "shared/source/gen11/hw_info.h"
|
||||
|
||||
#include "opencl/test/unit_test/helpers/unit_test_helper.h"
|
||||
#include "opencl/test/unit_test/helpers/unit_test_helper.inl"
|
||||
|
||||
namespace NEO {
|
||||
|
||||
template struct UnitTestHelper<ICLFamily>;
|
||||
} // namespace NEO
|
||||
Reference in New Issue
Block a user