mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-04 15:53: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,15 +8,14 @@
|
||||
#include "core/memory_manager/internal_allocation_storage.h"
|
||||
#include "opencl/source/event/user_event.h"
|
||||
#include "opencl/source/helpers/task_information.h"
|
||||
#include "opencl/test/unit_test/fixtures/device_fixture.h"
|
||||
#include "opencl/test/unit_test/fixtures/dispatch_flags_fixture.h"
|
||||
#include "opencl/test/unit_test/mocks/mock_buffer.h"
|
||||
#include "opencl/test/unit_test/mocks/mock_command_queue.h"
|
||||
#include "opencl/test/unit_test/mocks/mock_csr.h"
|
||||
#include "opencl/test/unit_test/mocks/mock_kernel.h"
|
||||
#include "test.h"
|
||||
|
||||
#include "fixtures/device_fixture.h"
|
||||
#include "fixtures/dispatch_flags_fixture.h"
|
||||
#include "mocks/mock_buffer.h"
|
||||
#include "mocks/mock_command_queue.h"
|
||||
#include "mocks/mock_csr.h"
|
||||
#include "mocks/mock_kernel.h"
|
||||
|
||||
#include <memory>
|
||||
|
||||
using namespace NEO;
|
||||
|
||||
Reference in New Issue
Block a user