From 479264dfcaca61f08a0609db584d11d8fb252103 Mon Sep 17 00:00:00 2001 From: Kieran Bingham Date: Tue, 8 Jan 2019 14:00:24 +0000 Subject: test: v4l2_device: Add test suite and initial test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Provide a base class to construct a v4l2_device object for further tests and an initial test which validates the FD handle can not be leaked. Reviewed-by: Niklas Söderlund Reviewed-by: Laurent Pinchart Signed-off-by: Kieran Bingham --- test/meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'test/meson.build') diff --git a/test/meson.build b/test/meson.build index 32152888..fb6b115e 100644 --- a/test/meson.build +++ b/test/meson.build @@ -1,6 +1,7 @@ subdir('libtest') subdir('media_device') +subdir('v4l2_device') public_tests = [ ['event', 'event.cpp'], -- cgit v1.2.1