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:
Mateusz Jablonski
2021-12-14 17:40:08 +00:00
committed by Compute-Runtime-Automation
parent ad184642a6
commit ee18008750
12 changed files with 26 additions and 28 deletions

View 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
)

View File

@@ -1,9 +0,0 @@
/*
* Copyright (C) 2018-2021 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#pragma once
#include "shared/test/common/test_macros/test.h"