diff options
author | Jacopo Mondi <jacopo@jmondi.org> | 2019-02-12 23:21:16 +0100 |
---|---|---|
committer | Jacopo Mondi <jacopo@jmondi.org> | 2019-03-01 12:33:17 +0100 |
commit | 7f4ce94ad9e14fa4fd53644abb2ce2bb2bf03dc3 (patch) | |
tree | fc7f6fd2cf7256f10fc23986a6ec2ca67a7ea2e9 /test/meson.build | |
parent | a56f8a57b554e97116086a1d4078f7462e068486 (diff) |
test: v4l2_subdevice: Add format handling test
Add test for video format get and set operations on V4L2Subdevice class.
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/meson.build')
-rw-r--r-- | test/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/meson.build b/test/meson.build index d515a716..5fb16fa6 100644 --- a/test/meson.build +++ b/test/meson.build @@ -3,6 +3,7 @@ subdir('libtest') subdir('media_device') subdir('pipeline') subdir('v4l2_device') +subdir('v4l2_subdevice') public_tests = [ ['event', 'event.cpp'], |