mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-24 21:18:24 +08:00
Add absolute path to unit_tests
Change-Id: I7a64f79a39dff4f5fa4166244e71872bb614724f
This commit is contained in:
committed by
Mateusz Jablonski
parent
e8852a68c4
commit
87c5d2663b
@@ -9,20 +9,19 @@
|
||||
#include "opencl/source/command_stream/aub_subcapture.h"
|
||||
#include "opencl/source/event/user_event.h"
|
||||
#include "opencl/source/platform/platform.h"
|
||||
#include "opencl/test/unit_test/command_stream/thread_arbitration_policy_helper.h"
|
||||
#include "opencl/test/unit_test/fixtures/enqueue_handler_fixture.h"
|
||||
#include "opencl/test/unit_test/helpers/unit_test_helper.h"
|
||||
#include "opencl/test/unit_test/mocks/mock_aub_csr.h"
|
||||
#include "opencl/test/unit_test/mocks/mock_aub_subcapture_manager.h"
|
||||
#include "opencl/test/unit_test/mocks/mock_command_queue.h"
|
||||
#include "opencl/test/unit_test/mocks/mock_context.h"
|
||||
#include "opencl/test/unit_test/mocks/mock_csr.h"
|
||||
#include "opencl/test/unit_test/mocks/mock_internal_allocation_storage.h"
|
||||
#include "opencl/test/unit_test/mocks/mock_kernel.h"
|
||||
#include "opencl/test/unit_test/mocks/mock_mdi.h"
|
||||
#include "test.h"
|
||||
|
||||
#include "command_stream/thread_arbitration_policy_helper.h"
|
||||
#include "fixtures/enqueue_handler_fixture.h"
|
||||
#include "helpers/unit_test_helper.h"
|
||||
#include "mocks/mock_aub_csr.h"
|
||||
#include "mocks/mock_aub_subcapture_manager.h"
|
||||
#include "mocks/mock_command_queue.h"
|
||||
#include "mocks/mock_context.h"
|
||||
#include "mocks/mock_csr.h"
|
||||
#include "mocks/mock_internal_allocation_storage.h"
|
||||
#include "mocks/mock_kernel.h"
|
||||
#include "mocks/mock_mdi.h"
|
||||
|
||||
using namespace NEO;
|
||||
|
||||
HWTEST_F(EnqueueHandlerTest, WhenEnqueingHandlerWithKernelThenProcessEvictionOnCsrIsCalled) {
|
||||
|
||||
Reference in New Issue
Block a user