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
@ -5,15 +5,14 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "fixtures/kernel_arg_fixture.h"
|
||||
#include "opencl/test/unit_test/fixtures/kernel_arg_fixture.h"
|
||||
|
||||
#include "opencl/source/program/kernel_info.h"
|
||||
|
||||
#include "fixtures/image_fixture.h"
|
||||
#include "mocks/mock_context.h"
|
||||
#include "mocks/mock_image.h"
|
||||
#include "mocks/mock_kernel.h"
|
||||
#include "mocks/mock_program.h"
|
||||
#include "opencl/test/unit_test/fixtures/image_fixture.h"
|
||||
#include "opencl/test/unit_test/mocks/mock_context.h"
|
||||
#include "opencl/test/unit_test/mocks/mock_image.h"
|
||||
#include "opencl/test/unit_test/mocks/mock_kernel.h"
|
||||
#include "opencl/test/unit_test/mocks/mock_program.h"
|
||||
|
||||
KernelImageArgTest::~KernelImageArgTest() = default;
|
||||
|
||||
|
Reference in New Issue
Block a user