From eea1c9c6319c63933cc47a7694b14729b4841928 Mon Sep 17 00:00:00 2001 From: Kieran Bingham Date: Wed, 6 Apr 2022 13:35:54 +0100 Subject: test: v4l2_videodevice: Verify the Dequeue Watchdog Add a test that captures 5 frames, with a short (5ms) watchdog. The default framerate of the VIMC pipeline should ensure that we never meet this watchdog, and the timeout should activate. Signed-off-by: Kieran Bingham Signed-off-by: Naushir Patuck Reviewed-by: Laurent Pinchart Signed-off-by: Laurent Pinchart --- 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 643f82ed..7a26f53d 100644 --- a/test/v4l2_videodevice/meson.build +++ b/test/v4l2_videodevice/meson.build @@ -6,6 +6,7 @@ v4l2_videodevice_tests = [ ['double_open', 'double_open.cpp'], ['controls', 'controls.cpp'], ['formats', 'formats.cpp'], + ['dequeue_watchdog', 'dequeue_watchdog.cpp'], ['request_buffers', 'request_buffers.cpp'], ['buffer_cache', 'buffer_cache.cpp'], ['stream_on_off', 'stream_on_off.cpp'], -- cgit v1.2.1