mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00

Change-Id: Ifb2d74f37b4ab0f84f157e11849aaa350ee63811 Signed-off-by: Pawel Wilma <pawel.wilma@intel.com>
15 lines
237 B
C++
15 lines
237 B
C++
/*
|
|
* Copyright (C) 2019 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include "unit_tests/tests_configuration.h"
|
|
|
|
namespace NEO {
|
|
constexpr TestMode defaultTestMode = TestMode::AubTests;
|
|
} // namespace NEO
|