From de16573bcc670776565fe2966b86233408d38bc9 Mon Sep 17 00:00:00 2001 From: Jacopo Mondi Date: Mon, 25 Feb 2019 12:42:17 +0100 Subject: test: v4l2_subdevice: Add ListFormat test Add test to list formats on a v4l2 subdevice. Reviewed-by: Laurent Pinchart Signed-off-by: Jacopo Mondi --- test/v4l2_subdevice/meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'test/v4l2_subdevice/meson.build') diff --git a/test/v4l2_subdevice/meson.build b/test/v4l2_subdevice/meson.build index f45dca0d..80cfbbbf 100644 --- a/test/v4l2_subdevice/meson.build +++ b/test/v4l2_subdevice/meson.build @@ -1,4 +1,5 @@ v4l2_subdevice_tests = [ + [ 'list_formats', 'list_formats.cpp'], [ 'test_formats', 'test_formats.cpp'], ] -- cgit v1.2.1