Stop using ../../test_common to include common headers

Fixes #395.

Signed-off-by: Kevin Petit <kevin.petit@arm.com>
This commit is contained in:
Kevin Petit
2019-08-01 12:21:05 +01:00
committed by Kévin Petit
parent 4dca437b0e
commit ef832c330c
423 changed files with 856 additions and 856 deletions

View File

@@ -16,7 +16,7 @@
#include <string.h>
#include "cl_utils.h"
#include "tests.h"
#include "../../test_common/harness/testHarness.h"
#include "harness/testHarness.h"
int test_roundTrip( cl_device_id device, cl_context context, cl_command_queue queue, int num_elements )
{

View File

@@ -13,8 +13,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
//
#include "../../test_common/harness/compat.h"
#include "../../test_common/harness/testHarness.h"
#include "harness/compat.h"
#include "harness/testHarness.h"
#include <string.h>
#include "cl_utils.h"

View File

@@ -13,9 +13,9 @@
// See the License for the specific language governing permissions and
// limitations under the License.
//
#include "../../test_common/harness/compat.h"
#include "../../test_common/harness/kernelHelpers.h"
#include "../../test_common/harness/testHarness.h"
#include "harness/compat.h"
#include "harness/kernelHelpers.h"
#include "harness/testHarness.h"
#include <string.h>
#include "cl_utils.h"

View File

@@ -22,9 +22,9 @@
#include "test_config.h"
#include "string.h"
#include "../../test_common/harness/kernelHelpers.h"
#include "harness/kernelHelpers.h"
#include "../../test_common/harness/testHarness.h"
#include "harness/testHarness.h"
#define HALF_MIN 1.0p-14

View File

@@ -16,8 +16,8 @@
#ifndef CL_UTILS_H
#define CL_UTILS_H
#include "../../test_common/harness/testHarness.h"
#include "../../test_common/harness/compat.h"
#include "harness/testHarness.h"
#include "harness/compat.h"
#include <stdio.h>
@@ -29,9 +29,9 @@
#ifdef __MINGW32__
#define __mingw_printf printf
#endif
#include "../../test_common/harness/errorHelpers.h"
#include "harness/errorHelpers.h"
#include "../../test_common/harness/ThreadPool.h"
#include "harness/ThreadPool.h"

View File

@@ -26,9 +26,9 @@
#include <sys/param.h>
#endif
#include "../../test_common/harness/testHarness.h"
#include "../../test_common/harness/mingw_compat.h"
#include "../../test_common/harness/parseParameters.h"
#include "harness/testHarness.h"
#include "harness/mingw_compat.h"
#include "harness/parseParameters.h"
#if defined (__MINGW32__)
#include <sys/param.h>
#endif