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

@@ -19,6 +19,7 @@ set(${MODULE_NAME}_SOURCES
test_device_min_data_type_align_size_alignment.cpp
test_platform.cpp
test_kernel_arg_info.c
test_kernel_arg_info_compatibility.c
test_null_buffer_arg.c
test_mem_object_info.cpp
test_queue_hint.cpp