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