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

Contributes to #395.

Signed-off-by: Kevin Petit <kevin.petit@arm.com>
This commit is contained in:
Kevin Petit
2019-08-01 12:54:59 +01:00
committed by Kévin Petit
parent 9148b1648a
commit 45129878ab
150 changed files with 354 additions and 357 deletions

View File

@@ -29,8 +29,8 @@
#include <sys/param.h>
#endif
#include "../../test_common/harness/compat.h"
#include "../../test_common/harness/errorHelpers.h"
#include "harness/compat.h"
#include "harness/errorHelpers.h"
#if defined (_WIN32)
#define MAX(x,y) ((x>y)?x:y);

View File

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