mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Add absolute path to unit_tests
Change-Id: I7a64f79a39dff4f5fa4166244e71872bb614724f
This commit is contained in:

committed by
Mateusz Jablonski

parent
e8852a68c4
commit
87c5d2663b
@ -8,9 +8,9 @@
|
||||
#include "core/helpers/string.h"
|
||||
#include "opencl/source/api/dispatch.h"
|
||||
#include "opencl/source/sharings/sharing_factory.h"
|
||||
#include "opencl/test/unit_test/mocks/mock_platform.h"
|
||||
|
||||
#include "gtest/gtest.h"
|
||||
#include "mocks/mock_platform.h"
|
||||
|
||||
using namespace NEO;
|
||||
|
||||
|
@ -11,19 +11,19 @@
|
||||
#include "core/unit_tests/helpers/ult_hw_config.h"
|
||||
#include "opencl/source/platform/extensions.h"
|
||||
#include "opencl/source/sharings/sharing_factory.h"
|
||||
#include "opencl/test/unit_test/fixtures/mock_aub_center_fixture.h"
|
||||
#include "opencl/test/unit_test/fixtures/platform_fixture.h"
|
||||
#include "opencl/test/unit_test/helpers/variable_backup.h"
|
||||
#include "opencl/test/unit_test/mocks/mock_async_event_handler.h"
|
||||
#include "opencl/test/unit_test/mocks/mock_builtins.h"
|
||||
#include "opencl/test/unit_test/mocks/mock_csr.h"
|
||||
#include "opencl/test/unit_test/mocks/mock_device.h"
|
||||
#include "opencl/test/unit_test/mocks/mock_execution_environment.h"
|
||||
#include "opencl/test/unit_test/mocks/mock_platform.h"
|
||||
#include "opencl/test/unit_test/mocks/mock_source_level_debugger.h"
|
||||
|
||||
#include "fixtures/mock_aub_center_fixture.h"
|
||||
#include "fixtures/platform_fixture.h"
|
||||
#include "gmock/gmock.h"
|
||||
#include "gtest/gtest.h"
|
||||
#include "helpers/variable_backup.h"
|
||||
#include "mocks/mock_async_event_handler.h"
|
||||
#include "mocks/mock_builtins.h"
|
||||
#include "mocks/mock_csr.h"
|
||||
#include "mocks/mock_device.h"
|
||||
#include "mocks/mock_execution_environment.h"
|
||||
#include "mocks/mock_platform.h"
|
||||
#include "mocks/mock_source_level_debugger.h"
|
||||
|
||||
using namespace NEO;
|
||||
|
||||
|
Reference in New Issue
Block a user