From e37e72c61c1021c1a19e031066c11569f948d9d2 Mon Sep 17 00:00:00 2001 From: Paul Elder Date: Fri, 19 Jun 2020 21:53:39 +0900 Subject: tests: v4l2_compat: Add test for v4l2_compat Test the V4L2 compatibility layer by running v4l2-compliance -s on every /dev/video* device. Signed-off-by: Paul Elder Reviewed-by: Laurent Pinchart --- test/meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'test/meson.build') diff --git a/test/meson.build b/test/meson.build index 7808a26e..f41d6e74 100644 --- a/test/meson.build +++ b/test/meson.build @@ -12,6 +12,7 @@ subdir('pipeline') subdir('process') subdir('serialization') subdir('stream') +subdir('v4l2_compat') subdir('v4l2_subdevice') subdir('v4l2_videodevice') -- cgit v1.2.1