From 093573db19179b5bb5e728afe87bd3a610447112 Mon Sep 17 00:00:00 2001 From: Kieran Bingham Date: Thu, 8 Aug 2019 15:06:31 +0100 Subject: test: v4l2_videodevice: Add M2M device test The V4L2M2MDevice requires two video devices to be configured. This makes it unsuitable to reuse the existing V4L2DeviceTest test library in its current form. Implement a full test to run the two M2M pipelines through VIM2M. Signed-off-by: Kieran Bingham Reviewed-by: Laurent Pinchart Reviewed-by: Jacopo Mondi --- test/v4l2_videodevice/meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'test/v4l2_videodevice/meson.build') diff --git a/test/v4l2_videodevice/meson.build b/test/v4l2_videodevice/meson.build index 76be5e14..ad41898b 100644 --- a/test/v4l2_videodevice/meson.build +++ b/test/v4l2_videodevice/meson.build @@ -7,6 +7,7 @@ v4l2_videodevice_tests = [ [ 'stream_on_off', 'stream_on_off.cpp' ], [ 'capture_async', 'capture_async.cpp' ], [ 'buffer_sharing', 'buffer_sharing.cpp' ], + [ 'v4l2_m2mdevice', 'v4l2_m2mdevice.cpp' ], ] foreach t : v4l2_videodevice_tests -- cgit v1.2.1