mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 14:55:24 +08:00
15 lines
235 B
C++
15 lines
235 B
C++
/*
|
|
* Copyright (C) 2019-2020 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include "tests_configuration.h"
|
|
|
|
namespace NEO {
|
|
constexpr TestMode defaultTestMode = TestMode::NotSpecified;
|
|
} // namespace NEO
|