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

@@ -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"

View File

@@ -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"

View File

@@ -17,7 +17,7 @@
#define __EXCEPTIONS_H
#include <stdexcept>
#include "../../test_common/miniz/miniz.h"
#include "miniz/miniz.h"
namespace Exceptions
{

View File

@@ -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"

View File

@@ -29,7 +29,7 @@
#include <vector>
#include <iostream>
#include "../../test_common/harness/typeWrappers.h"
#include "harness/typeWrappers.h"
#include "exceptions.h"

View File

@@ -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>

View File

@@ -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"

View File

@@ -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>