From e44b63b3777df767d1e49f4e0ec2067b3638793f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niklas=20S=C3=B6derlund?= Date: Tue, 5 Mar 2019 23:49:03 +0100 Subject: test: camera: Add setting of configuration test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Try to set the default configuration, a modified valid configuration and an invalid configuration. Signed-off-by: Niklas Söderlund Reviewed-by: Laurent Pinchart Reviewed-by: Kieran Bingham --- test/camera/meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'test/camera/meson.build') diff --git a/test/camera/meson.build b/test/camera/meson.build index 186ba211..ed483719 100644 --- a/test/camera/meson.build +++ b/test/camera/meson.build @@ -2,6 +2,7 @@ # They are not alphabetically sorted. camera_tests = [ [ 'configuration_default', 'configuration_default.cpp' ], + [ 'configuration_set', 'configuration_set.cpp' ], ] foreach t : camera_tests -- cgit v1.2.1