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,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;
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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) {
|
||||
|
Reference in New Issue
Block a user