diff options
author | Jacopo Mondi <jacopo@jmondi.org> | 2019-02-14 05:21:37 +0100 |
---|---|---|
committer | Jacopo Mondi <jacopo@jmondi.org> | 2019-03-01 12:34:13 +0100 |
commit | 617a3aa58260fd1ea6da3734a5c2dad8bff66516 (patch) | |
tree | 6c9de2aa9c9efc025827b8894ebecb02310f5f75 /test/v4l2_device/meson.build | |
parent | 7f4ce94ad9e14fa4fd53644abb2ce2bb2bf03dc3 (diff) |
test: v4l2_device: Add format handling test
Add test for V4L2Device set and get format methods.
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Jacopo Mondi <jacopo@jmondi.org>
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 9f7a7545..aa617b6d 100644 --- a/test/v4l2_device/meson.build +++ b/test/v4l2_device/meson.build @@ -2,6 +2,7 @@ # They are not alphabetically sorted. v4l2_device_tests = [ [ 'double_open', 'double_open.cpp' ], + [ 'formats', 'formats.cpp' ], [ 'request_buffers', 'request_buffers.cpp' ], [ 'stream_on_off', 'stream_on_off.cpp' ], [ 'capture_async', 'capture_async.cpp' ], |