13 lines
214 B
C++
13 lines
214 B
C++
![]() |
/*
|
||
|
* Copyright (C) 2018 Intel Corporation
|
||
|
*
|
||
|
* SPDX-License-Identifier: MIT
|
||
|
*
|
||
|
*/
|
||
|
|
||
|
#include "unit_tests/tests_configuration.h"
|
||
|
|
||
|
namespace OCLRT {
|
||
|
TestMode testMode = TestMode::NotSpecified;
|
||
|
} // namespace OCLRT
|