mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-04 07:14:10 +08:00
Remove redundant test_mode.h files
cleanup include directories Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
4865b2b9e8
commit
76b1574618
@@ -9,6 +9,7 @@ set(NEO_SHARED_aub_tests_configurations
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/aub_tests_configuration.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/aub_tests_configuration.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/aub_tests_configuration.inl
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/test_mode.h
|
||||
)
|
||||
|
||||
add_subdirectories()
|
||||
|
||||
14
shared/test/common/test_configuration/aub_tests/test_mode.h
Normal file
14
shared/test/common/test_configuration/aub_tests/test_mode.h
Normal file
@@ -0,0 +1,14 @@
|
||||
/*
|
||||
* Copyright (C) 2019-2021 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "shared/test/unit_test/tests_configuration.h"
|
||||
|
||||
namespace NEO {
|
||||
constexpr TestMode defaultTestMode = TestMode::AubTests;
|
||||
} // namespace NEO
|
||||
14
shared/test/common/test_configuration/unit_tests/test_mode.h
Normal file
14
shared/test/common/test_configuration/unit_tests/test_mode.h
Normal file
@@ -0,0 +1,14 @@
|
||||
/*
|
||||
* Copyright (C) 2019-2021 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "shared/test/unit_test/tests_configuration.h"
|
||||
|
||||
namespace NEO {
|
||||
constexpr TestMode defaultTestMode = TestMode::UnitTests;
|
||||
} // namespace NEO
|
||||
Reference in New Issue
Block a user