/* * Copyright (C) 2017-2019 Intel Corporation * * SPDX-License-Identifier: MIT * */ #pragma once #include "runtime/device/device.h" #include "runtime/helpers/hw_helper.h" #include "test.h" #include "unit_tests/fixtures/device_fixture.h" using namespace NEO; using HwHelperTest = Test; void testDefaultImplementationOfSetupHardwareCapabilities(HwHelper &hwHelper, const HardwareInfo &hwInfo);