mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-09 22:43:00 +08:00
Add SKIP_SHARED_UNIT_TESTS flag Related-To: NEO-5201 Signed-off-by: Pawel Cieslak <pawel.cieslak@intel.com>
15 lines
258 B
C++
15 lines
258 B
C++
/*
|
|
* Copyright (C) 2021 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#pragma once
|
|
#include "shared/test/common/helpers/test_traits.h"
|
|
|
|
template <>
|
|
struct TestTraits<IGFX_GEN9_CORE> {
|
|
static constexpr bool auxBuiltinsSupported = true;
|
|
};
|