From 9c1fe51ebc33684a2205dfb92dde469f436c855c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niklas=20S=C3=B6derlund?= Date: Mon, 29 Apr 2019 19:29:35 +0200 Subject: test: media_device: Add test for acquire() and release() MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The interfaces MediaDevice::{open,close}() are about to be made private, replace them with a test of MediaDevice::{acquire,release}() instead. The new test will implicitly tests the open() and close() methods as they are about to be move inside acquire() and release() which will remain public. Signed-off-by: Niklas Söderlund Reviewed-by: Laurent Pinchart --- test/media_device/meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'test/media_device/meson.build') diff --git a/test/media_device/meson.build b/test/media_device/meson.build index 42913113..7ac6c2db 100644 --- a/test/media_device/meson.build +++ b/test/media_device/meson.build @@ -3,6 +3,7 @@ lib_mdev_test_sources = files([ ]) media_device_tests = [ + ['media_device_acquire', 'media_device_acquire.cpp'], ['media_device_print_test', 'media_device_print_test.cpp'], ['media_device_link_test', 'media_device_link_test.cpp'], ] -- cgit v1.2.1