16 lines
293 B
C++
16 lines
293 B
C++
/*
|
|
* Copyright (C) 2017-2019 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#include "test_mode.h"
|
|
|
|
namespace NEO {
|
|
unsigned int ultIterationMaxTime = 45;
|
|
bool useMockGmm = true;
|
|
const char *executionDirectorySuffix = "";
|
|
TestMode testMode = defaultTestMode;
|
|
} // namespace NEO
|