2019-04-01 18:57:35 +08:00
|
|
|
/*
|
2020-02-23 05:21:06 +08:00
|
|
|
* Copyright (C) 2019-2020 Intel Corporation
|
2019-04-01 18:57:35 +08:00
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: MIT
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
|
|
|
#pragma once
|
|
|
|
|
2020-02-23 22:20:22 +08:00
|
|
|
#include "opencl/test/unit_test/tests_configuration.h"
|
2019-04-01 18:57:35 +08:00
|
|
|
|
|
|
|
namespace NEO {
|
|
|
|
constexpr TestMode defaultTestMode = TestMode::AubTests;
|
|
|
|
} // namespace NEO
|