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

@@ -6,8 +6,7 @@
*/
#include "shared/source/device_binary_format/ar/ar_decoder.h"
#include "test.h"
#include "shared/test/common/test_macros/test.h"
using namespace NEO::Ar;

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2020 Intel Corporation
* Copyright (C) 2020-2021 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@@ -9,8 +9,7 @@
#include "shared/source/device_binary_format/ar/ar_encoder.h"
#include "shared/source/helpers/ptr_math.h"
#include "shared/source/helpers/string.h"
#include "test.h"
#include "shared/test/common/test_macros/test.h"
#include <cstring>