mirror of
https://github.com/intel/compute-runtime.git
synced 2025-06-28 17:58:30 +08:00
15 lines
254 B
C++
15 lines
254 B
C++
/*
|
|
* Copyright (C) 2019-2020 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include "opencl/test/unit_test/tests_configuration.h"
|
|
|
|
namespace NEO {
|
|
constexpr TestMode defaultTestMode = TestMode::UnitTests;
|
|
} // namespace NEO
|