Files
compute-runtime/shared/test/common/test_configuration/aub_tests/test_mode.h

15 lines
250 B
C
Raw Normal View History

/*
* Copyright (C) 2019-2022 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#pragma once
#include "shared/test/common/tests_configuration.h"
namespace NEO {
constexpr TestMode defaultTestMode = TestMode::AubTests;
} // namespace NEO