diff options
author | Kieran Bingham <kieran.bingham@ideasonboard.com> | 2019-01-24 17:43:08 +0000 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2019-02-06 06:49:41 +0200 |
commit | d2046d863b950791e749d2b22d66b2e5007c146e (patch) | |
tree | 86011441a4d2cd29d36dd5b8f521a3840d7deee7 /test/v4l2_device/meson.build | |
parent | 374673f84ac71425d840db5521de14cc7ad139fe (diff) |
test: v4l2_device: Add StreamOn/StreamOff test
Provide a small test to exercise the streamOn() and streamOff() calls.
8 buffers are requested locally.
Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Signed-off-by: Jacopo Mondi <jacopo@jmondi.org>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
Diffstat (limited to 'test/v4l2_device/meson.build')
-rw-r--r-- | test/v4l2_device/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/v4l2_device/meson.build b/test/v4l2_device/meson.build index b6b67261..cbaa79da 100644 --- a/test/v4l2_device/meson.build +++ b/test/v4l2_device/meson.build @@ -3,6 +3,7 @@ v4l2_device_tests = [ [ 'double_open', 'double_open.cpp' ], [ 'request_buffers', 'request_buffers.cpp' ], + [ 'stream_on_off', 'stream_on_off.cpp' ], ] foreach t : v4l2_device_tests |