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

@ -5,7 +5,7 @@
*
*/
#include "gen_common/gen_cmd_parse.h"
#include "opencl/test/unit_test/gen_common/gen_cmd_parse.h"
// clang-format off
using namespace NEO;

View File

@ -9,10 +9,10 @@
#include "core/indirect_heap/indirect_heap.h"
#include "core/memory_manager/memory_constants.h"
#include "opencl/test/unit_test/gen_common/gen_cmd_parse.h"
#include "opencl/test/unit_test/helpers/unit_test_helper.h"
#include "gen_common/gen_cmd_parse.h"
#include "gtest/gtest.h"
#include "helpers/unit_test_helper.h"
#include <cstdint>

View File

@ -7,10 +7,9 @@
#include "core/helpers/hw_cmds.h"
#include "opencl/source/helpers/hardware_commands_helper.h"
#include "opencl/test/unit_test/mocks/mock_device.h"
#include "test.h"
#include "mocks/mock_device.h"
using InterfaceDescriptorDataTests = ::testing::Test;
HWCMDTEST_F(IGFX_GEN8_CORE, InterfaceDescriptorDataTests, givenVariousValuesWhenCallingSetBarrierEnableThenCorrectValueIsSet) {