Files
compute-runtime/opencl/test/unit_test/config/test_mode.h
Mateusz Jablonski 8fa206b73b Reduce include paths in ULT
Change-Id: I05be75ec94c20076da3c821048a2a150b1fccf03
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
2020-03-27 14:11:45 +01:00

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