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