mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-04 23:56:39 +08:00
Remove duplicated test.h header
use full path to include test.h add missing headers to source list Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
ad184642a6
commit
ee18008750
16
shared/test/common/test_macros/header/CMakeLists.txt
Normal file
16
shared/test/common/test_macros/header/CMakeLists.txt
Normal file
@@ -0,0 +1,16 @@
|
||||
#
|
||||
# Copyright (C) 2021 Intel Corporation
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
#
|
||||
|
||||
add_subdirectories()
|
||||
set(NEO_CORE_test_macros
|
||||
${NEO_CORE_test_macros}
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/common_matchers.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/per_product_test_definitions.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/per_product_test_selector.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/per_product_test_selector_definitions.h
|
||||
PARENT_SCOPE
|
||||
)
|
||||
@@ -1,9 +0,0 @@
|
||||
/*
|
||||
* Copyright (C) 2018-2021 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include "shared/test/common/test_macros/test.h"
|
||||
Reference in New Issue
Block a user