From 6481c71a618a7b6940cbe4269a33c24f33ddf6be Mon Sep 17 00:00:00 2001 From: Kieran Bingham Date: Fri, 21 Jun 2019 16:29:11 +0100 Subject: libcamera: test: Add ControlList tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add tests of the ControlList infrastructure and public API. Signed-off-by: Kieran Bingham Signed-off-by: Laurent Pinchart Reviewed-by: Niklas Söderlund --- test/controls/meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'test/controls/meson.build') diff --git a/test/controls/meson.build b/test/controls/meson.build index f8cda287..f4fc7b94 100644 --- a/test/controls/meson.build +++ b/test/controls/meson.build @@ -1,5 +1,6 @@ control_tests = [ [ 'control_info', 'control_info.cpp' ], + [ 'control_list', 'control_list.cpp' ], [ 'control_value', 'control_value.cpp' ], ] -- cgit v1.2.1