2019-04-01 18:57:35 +08:00
|
|
|
/*
|
2020-02-23 05:21:06 +08:00
|
|
|
* Copyright (C) 2019-2020 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::NotSpecified;
|
|
|
|
} // namespace NEO
|