mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-23 23:49:02 +00:00
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:
@@ -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);
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user