Move kernel_arg_info compatibility test to the main api suite (#523)

The diff between the compatibility and non-compatibility tests
is rather big. These tests should both be replaced by a new
maintainable one (see #522).

Contributes to #494.

Signed-off-by: Kevin Petit <kevin.petit@arm.com>
This commit is contained in:
Kévin Petit
2019-12-20 15:55:16 +00:00
committed by GitHub
parent daafdac555
commit 81cffe9132
6 changed files with 12 additions and 12 deletions

View File

@@ -3,7 +3,6 @@ set(MODULE_NAME COMPATIBILITY_API)
set(${MODULE_NAME}_SOURCES
main.c
test_mem_object_info.cpp
test_kernel_arg_info.c
)
set(${MODULE_NAME}_LIBS harness-compat)

View File

@@ -31,8 +31,6 @@ cl_device_type gDeviceType = CL_DEVICE_TYPE_DEFAULT;
bool gTestRounding = false;
test_definition test_list[] = {
ADD_TEST( get_kernel_arg_info ),
ADD_TEST( get_buffer_info ),
ADD_TEST( get_image2d_info ),
ADD_TEST( get_image3d_info ),