2019-04-01 18:57:35 +08:00
|
|
|
/*
|
2021-10-13 19:38:39 +08:00
|
|
|
* Copyright (C) 2019-2021 Intel Corporation
|
2019-04-01 18:57:35 +08:00
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: MIT
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
|
|
|
#pragma once
|
|
|
|
|
2020-03-25 17:51:31 +08:00
|
|
|
#include "shared/test/unit_test/tests_configuration.h"
|
2019-04-01 18:57:35 +08:00
|
|
|
|
|
|
|
namespace NEO {
|
|
|
|
constexpr TestMode defaultTestMode = TestMode::UnitTests;
|
|
|
|
} // namespace NEO
|