2018-09-19 07:45:45 +08:00
|
|
|
/*
|
2019-03-26 18:59:46 +08:00
|
|
|
* Copyright (C) 2018-2019 Intel Corporation
|
2018-09-19 07:45:45 +08:00
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: MIT
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
2019-04-01 18:57:35 +08:00
|
|
|
#include "test_mode.h"
|
2018-09-19 07:45:45 +08:00
|
|
|
|
2019-03-26 18:59:46 +08:00
|
|
|
namespace NEO {
|
2019-04-01 18:57:35 +08:00
|
|
|
TestMode testMode = defaultTestMode;
|
2019-03-26 18:59:46 +08:00
|
|
|
} // namespace NEO
|