mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-22 10:17:01 +08:00
cleanup include directories Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
15 lines
253 B
C++
15 lines
253 B
C++
/*
|
|
* 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
|