mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 22:19:02 +00:00
Stop using ../../test_common to include common headers
Fixes #395. Signed-off-by: Kevin Petit <kevin.petit@arm.com>
This commit is contained in:
@@ -24,13 +24,13 @@
|
||||
#include <sys/stat.h>
|
||||
|
||||
// harness framework
|
||||
#include "../../test_common/harness/compat.h"
|
||||
#include "../../test_common/harness/testHarness.h"
|
||||
#include "../../test_common/harness/errorHelpers.h"
|
||||
#include "../../test_common/harness/kernelHelpers.h"
|
||||
#include "harness/compat.h"
|
||||
#include "harness/testHarness.h"
|
||||
#include "harness/errorHelpers.h"
|
||||
#include "harness/kernelHelpers.h"
|
||||
|
||||
// autotest
|
||||
#include "../../test_common/autotest/autotest.hpp"
|
||||
#include "autotest/autotest.hpp"
|
||||
|
||||
// utils_common
|
||||
#include "utils_common/is_vector_type.hpp"
|
||||
|
||||
Reference in New Issue
Block a user