From 4034e45f0ae86932b8e06f578657a121318ef3d2 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Sat, 26 Oct 2019 00:18:47 +0300 Subject: test: controls: Add ControlInfoMap test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add a test to exercise the ControlInfoMap API. This currently tests at(), count(), find() and end(). Signed-off-by: Laurent Pinchart Reviewed-by: Jacopo Mondi 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 9f0f005a..f0850df2 100644 --- a/test/controls/meson.build +++ b/test/controls/meson.build @@ -1,4 +1,5 @@ control_tests = [ + [ 'control_info', 'control_info.cpp' ], [ 'control_list', 'control_list.cpp' ], [ 'control_range', 'control_range.cpp' ], [ 'control_value', 'control_value.cpp' ], -- cgit v1.2.1