mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +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:
@@ -13,7 +13,7 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
//
|
||||
#include "../../test_common/harness/compat.h"
|
||||
#include "harness/compat.h"
|
||||
#include "exceptions.h"
|
||||
#include "datagen.h"
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
#ifndef __DATAGEN_H
|
||||
#define __DATAGEN_H
|
||||
|
||||
#include "../../test_common/harness/compat.h"
|
||||
#include "harness/compat.h"
|
||||
|
||||
#include <assert.h>
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
#include <fstream>
|
||||
#include <algorithm>
|
||||
|
||||
#include "../../test_common/harness/mt19937.h"
|
||||
#include "harness/mt19937.h"
|
||||
|
||||
#include "exceptions.h"
|
||||
#include "kernelargs.h"
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
#define __EXCEPTIONS_H
|
||||
|
||||
#include <stdexcept>
|
||||
#include "../../test_common/miniz/miniz.h"
|
||||
#include "miniz/miniz.h"
|
||||
|
||||
namespace Exceptions
|
||||
{
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
//
|
||||
#include "../../test_common/harness/compat.h"
|
||||
#include "harness/compat.h"
|
||||
#include "kernelargs.h"
|
||||
#include "datagen.h"
|
||||
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
#include <vector>
|
||||
#include <iostream>
|
||||
|
||||
#include "../../test_common/harness/typeWrappers.h"
|
||||
#include "harness/typeWrappers.h"
|
||||
|
||||
#include "exceptions.h"
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
//
|
||||
#include "../../test_common/harness/compat.h"
|
||||
#include "harness/compat.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
@@ -23,10 +23,10 @@
|
||||
#include <sstream>
|
||||
#include <iterator>
|
||||
|
||||
#include "../../test_common/harness/errorHelpers.h"
|
||||
#include "../../test_common/harness/kernelHelpers.h"
|
||||
#include "../../test_common/harness/typeWrappers.h"
|
||||
#include "../../test_common/harness/os_helpers.h"
|
||||
#include "harness/errorHelpers.h"
|
||||
#include "harness/kernelHelpers.h"
|
||||
#include "harness/typeWrappers.h"
|
||||
#include "harness/os_helpers.h"
|
||||
|
||||
#include "exceptions.h"
|
||||
#include "run_build_test.h"
|
||||
@@ -34,7 +34,7 @@
|
||||
|
||||
#include <list>
|
||||
#include <algorithm>
|
||||
#include "../../test_common/miniz/miniz.h"
|
||||
#include "miniz/miniz.h"
|
||||
|
||||
#if defined(_WIN32)
|
||||
#include <windows.h>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
//
|
||||
#include "../../test_common/harness/compat.h"
|
||||
#include "harness/compat.h"
|
||||
|
||||
#ifdef __APPLE__
|
||||
#include <OpenCL/opencl.h>
|
||||
@@ -27,11 +27,11 @@
|
||||
#include <functional>
|
||||
#include <memory>
|
||||
|
||||
#include "../../test_common/harness/errorHelpers.h"
|
||||
#include "../../test_common/harness/kernelHelpers.h"
|
||||
#include "../../test_common/harness/typeWrappers.h"
|
||||
#include "../../test_common/harness/clImageHelper.h"
|
||||
#include "../../test_common/harness/os_helpers.h"
|
||||
#include "harness/errorHelpers.h"
|
||||
#include "harness/kernelHelpers.h"
|
||||
#include "harness/typeWrappers.h"
|
||||
#include "harness/clImageHelper.h"
|
||||
#include "harness/os_helpers.h"
|
||||
|
||||
#include "exceptions.h"
|
||||
#include "kernelargs.h"
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
//
|
||||
#include "../../test_common/harness/compat.h"
|
||||
#include "harness/compat.h"
|
||||
|
||||
#ifdef __APPLE__
|
||||
#include <OpenCL/opencl.h>
|
||||
|
||||
Reference in New Issue
Block a user