compute-runtime/unit_tests/linux/test_mode.h

15 lines
241 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::NotSpecified;
} // namespace NEO