summaryrefslogtreecommitdiff
path: root/test/meson.build
diff options
context:
space:
mode:
authorPaul Elder <paul.elder@ideasonboard.com>2020-06-19 21:53:39 +0900
committerPaul Elder <paul.elder@ideasonboard.com>2020-07-10 16:11:53 +0900
commite37e72c61c1021c1a19e031066c11569f948d9d2 (patch)
treedb10d317c265f7ca3f3c2993e92b9ffbc7b6c53e /test/meson.build
parent323a53c2329fe70a063b2d479b19385d10e0a559 (diff)
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 <paul.elder@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'test/meson.build')
-rw-r--r--test/meson.build1
1 files changed, 1 insertions, 0 deletions
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')