From 2843f951d5d9504f403c20e383f1d2bf69cc309e Mon Sep 17 00:00:00 2001 From: Kieran Bingham Date: Thu, 24 Jan 2019 17:37:30 +0000 Subject: test: v4l2_device: Add request_buffers test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add a utility to the test suite to request and allocate buffers from a V4L2Device to ensure it functions correctly. Signed-off-by: Kieran Bingham Signed-off-by: Jacopo Mondi Signed-off-by: Laurent Pinchart Signed-off-by: Niklas Söderlund --- test/v4l2_device/meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'test/v4l2_device/meson.build') diff --git a/test/v4l2_device/meson.build b/test/v4l2_device/meson.build index 41675a30..b6b67261 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' ], + [ 'request_buffers', 'request_buffers.cpp' ], ] foreach t : v4l2_device_tests -- cgit v1.2.1