mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-24 07:59:01 +00:00
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:
@@ -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)
|
||||
|
||||
@@ -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 ),
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user