Add absolute path to unit_tests

Change-Id: I7a64f79a39dff4f5fa4166244e71872bb614724f
This commit is contained in:
kamdiedrich
2020-02-23 15:20:22 +01:00
committed by Mateusz Jablonski
parent e8852a68c4
commit 87c5d2663b
830 changed files with 2740 additions and 3072 deletions

View File

@@ -14,15 +14,14 @@
#include "core/unit_tests/device_binary_format/patchtokens_tests.h"
#include "opencl/source/platform/platform.h"
#include "opencl/source/program/program.h"
#include "opencl/test/unit_test/mocks/mock_buffer.h"
#include "opencl/test/unit_test/mocks/mock_csr.h"
#include "opencl/test/unit_test/mocks/mock_execution_environment.h"
#include "opencl/test/unit_test/mocks/mock_memory_manager.h"
#include "opencl/test/unit_test/mocks/mock_program.h"
#include "opencl/test/unit_test/program/program_with_source.h"
#include "test.h"
#include "mocks/mock_buffer.h"
#include "mocks/mock_csr.h"
#include "mocks/mock_execution_environment.h"
#include "mocks/mock_memory_manager.h"
#include "mocks/mock_program.h"
#include "program/program_with_source.h"
using namespace NEO;
using namespace iOpenCL;