mirror of
https://github.com/intel/compute-runtime.git
synced 2025-06-28 17:58:30 +08:00

Change-Id: I78e8985242025d456c0ad214a9293793857ec888 Signed-off-by: Konstanty Misiak <konstanty.misiak@intel.com>
15 lines
249 B
C++
15 lines
249 B
C++
/*
|
|
* Copyright (C) 2020 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include "shared/test/unit_test/tests_configuration.h"
|
|
|
|
namespace NEO {
|
|
constexpr TestMode defaultTestMode = TestMode::UnitTests;
|
|
} // namespace NEO
|