Files
compute-runtime/unit_tests/mocks/mock_sharing_factory.h
Hoppe, Mateusz 00baad88c5 Query sharing formats under debug key
Related-To: NEO-612

Change-Id: I221f0770ff19b65fd847d802010904646e816f47
Signed-off-by: Hoppe, Mateusz <mateusz.hoppe@intel.com>
2019-06-05 14:26:32 +02:00

17 lines
317 B
C++

/*
* Copyright (C) 2019 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "runtime/sharings/sharing_factory.h"
class SharingFactoryMock : public NEO::SharingFactory {
public:
using NEO::SharingFactory::sharings;
SharingFactoryMock() = default;
~SharingFactoryMock() = default;
};