Remove redundant test_mode.h files

cleanup include directories

Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2021-10-13 11:38:39 +00:00
committed by Compute-Runtime-Automation
parent 4865b2b9e8
commit 76b1574618
19 changed files with 21 additions and 130 deletions

View File

@@ -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()

View 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

View 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