diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2019-10-12 05:56:13 +0300 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2019-10-13 20:37:37 +0300 |
commit | abe2c1b55c788873ee1a24dc207cad82f931a48e (patch) | |
tree | b43de1c1bed833d297237d0cf0c4bdbb86fac162 /test/v4l2_videodevice/meson.build | |
parent | a1c6b2b6419cdf82c623355725efd48ff169a675 (diff) |
test: v4l2_videodevice: Add V4L2 control test
Add a test that exercises the control enumeration, get and set APIs on a
V4L2Device.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Jacopo Mondi <jacopo@jmondi.org>
Tested-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
Reviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
Diffstat (limited to 'test/v4l2_videodevice/meson.build')
-rw-r--r-- | test/v4l2_videodevice/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/v4l2_videodevice/meson.build b/test/v4l2_videodevice/meson.build index ad41898b..5c52da72 100644 --- a/test/v4l2_videodevice/meson.build +++ b/test/v4l2_videodevice/meson.build @@ -2,6 +2,7 @@ # They are not alphabetically sorted. v4l2_videodevice_tests = [ [ 'double_open', 'double_open.cpp' ], + [ 'controls', 'controls.cpp' ], [ 'formats', 'formats.cpp' ], [ 'request_buffers', 'request_buffers.cpp' ], [ 'stream_on_off', 'stream_on_off.cpp' ], |