mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-21 01:04:57 +08:00
Change-Id: I05be75ec94c20076da3c821048a2a150b1fccf03 Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
15 lines
254 B
C++
15 lines
254 B
C++
/*
|
|
* Copyright (C) 2019-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
|