Remove almost duplicate compatibility common code

Use the non-compatibility version.

In each case the diff was minimal, didn't have modifications that
would invalidate compatibility testing and it was clear that the
"latest/best" version was not the one in the compatibility copy.

Signed-off-by: Kevin Petit <kevin.petit@arm.com>
This commit is contained in:
Kevin Petit
2019-08-07 11:24:11 +01:00
committed by Kévin Petit
parent fba5b654e8
commit 4cb8fc49f8
12 changed files with 8 additions and 2966 deletions

View File

@@ -22,13 +22,13 @@ set(${MODULE_NAME}_SOURCES
test_kernel_arg_info.c
test_queue_properties.cpp
../../test_common/harness/errorHelpers.c
../../test_common/harness/threadTesting.c
../../../../test_common/harness/threadTesting.c
../../test_common/harness/testHarness.c
../../test_common/harness/kernelHelpers.c
../../../../test_common/harness/typeWrappers.cpp
../../../../test_common/harness/conversions.c
../../test_common/harness/mt19937.c
../../test_common/harness/msvc9.c
../../../../test_common/harness/mt19937.c
../../../../test_common/harness/msvc9.c
../../test_common/harness/imageHelpers.cpp
)

View File

@@ -51,15 +51,15 @@ set(${MODULE_NAME}_SOURCES
test_kernel_call_kernel_function.cpp
test_local_kernel_scope.cpp
../../test_common/harness/errorHelpers.c
../../test_common/harness/threadTesting.c
../../../../test_common/harness/threadTesting.c
../../test_common/harness/testHarness.c
../../test_common/harness/kernelHelpers.c
../../../../test_common/harness/typeWrappers.cpp
../../test_common/harness/imageHelpers.cpp
../../test_common/harness/mt19937.c
../../../../test_common/harness/mt19937.c
../../../../test_common/harness/conversions.c
../../test_common/harness/rounding_mode.c
../../test_common/harness/msvc9.c
../../../../test_common/harness/rounding_mode.c
../../../../test_common/harness/msvc9.c
)
include(../../../CMakeCommon.txt)