Use full path to include test.h 2/n

fix files in shared

Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2021-12-14 17:40:08 +00:00
committed by Compute-Runtime-Automation
parent 0aeca8df22
commit 527806b3ed
157 changed files with 164 additions and 316 deletions

View File

@@ -11,8 +11,7 @@
#include "shared/test/common/helpers/debug_manager_state_restore.h"
#include "shared/test/common/mocks/mock_graphics_allocation.h"
#include "shared/test/common/mocks/mock_memory_manager.h"
#include "test.h"
#include "shared/test/common/test_macros/test.h"
using namespace NEO;

View File

@@ -8,8 +8,7 @@
#include "shared/source/command_container/command_encoder.h"
#include "shared/test/common/helpers/default_hw_info.h"
#include "shared/test/common/helpers/unit_test_helper.h"
#include "test.h"
#include "shared/test/common/test_macros/test.h"
using namespace NEO;
using CommandEncoderTests = ::testing::Test;

View File

@@ -9,8 +9,7 @@
#include "shared/source/gmm_helper/gmm_helper.h"
#include "shared/test/common/fixtures/device_fixture.h"
#include "shared/test/common/helpers/debug_manager_state_restore.h"
#include "test.h"
#include "shared/test/common/test_macros/test.h"
using namespace NEO;
using CommandEncoderXeHpgCorePlusTests = Test<DeviceFixture>;