diff options
author | Jacopo Mondi <jacopo@jmondi.org> | 2019-02-25 12:42:17 +0100 |
---|---|---|
committer | Jacopo Mondi <jacopo@jmondi.org> | 2019-03-02 18:31:30 +0100 |
commit | de16573bcc670776565fe2966b86233408d38bc9 (patch) | |
tree | e918a72a134fce708963d8bc2afa5012ad13973b /test/v4l2_subdevice/meson.build | |
parent | 0559c740f201bebf89983464c2e9ae92d0a8936b (diff) |
test: v4l2_subdevice: Add ListFormat test
Add test to list formats on a v4l2 subdevice.
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Jacopo Mondi <jacopo@jmondi.org>
Diffstat (limited to 'test/v4l2_subdevice/meson.build')
-rw-r--r-- | test/v4l2_subdevice/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/v4l2_subdevice/meson.build b/test/v4l2_subdevice/meson.build index f45dca0d..80cfbbbf 100644 --- a/test/v4l2_subdevice/meson.build +++ b/test/v4l2_subdevice/meson.build @@ -1,4 +1,5 @@ v4l2_subdevice_tests = [ + [ 'list_formats', 'list_formats.cpp'], [ 'test_formats', 'test_formats.cpp'], ] |