Files
compute-runtime/opencl/test/unit_test/linux/linux_tests_configuration.cpp
Artur Harasimiuk c13dcbd143 improve test output to differentiate between ULT and AUB
Related-To: NEO-5901
Signed-off-by: Artur Harasimiuk <artur.harasimiuk@intel.com>
2021-05-27 23:59:54 +02:00

14 lines
222 B
C++

/*
* Copyright (C) 2018-2021 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "test_mode.h"
namespace NEO {
const char *executionName = "ULT";
TestMode testMode = defaultTestMode;
} // namespace NEO