From 41c184afc3e9079d532e9fcd6a858e7961dbcf65 Mon Sep 17 00:00:00 2001 From: Kieran Bingham Date: Wed, 12 Jun 2019 14:14:00 +0100 Subject: libcamera: test: Add ControlInfo test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Provide an initial test coverage for the ControlInfo class. 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 1161864d..f8cda287 100644 --- a/test/controls/meson.build +++ b/test/controls/meson.build @@ -1,4 +1,5 @@ control_tests = [ + [ 'control_info', 'control_info.cpp' ], [ 'control_value', 'control_value.cpp' ], ] -- cgit v1.2.1