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>
This commit is contained in:
Jacopo Mondi
2019-02-12 23:21:16 +01:00
parent a56f8a57b5
commit 7f4ce94ad9
5 changed files with 206 additions and 0 deletions
+1
View File
@@ -3,6 +3,7 @@ subdir('libtest')
subdir('media_device')
subdir('pipeline')
subdir('v4l2_device')
subdir('v4l2_subdevice')
public_tests = [
['event', 'event.cpp'],