From b43f56c46d65cc983936498492a85e7e377c212b Mon Sep 17 00:00:00 2001 From: Jacopo Mondi Date: Sun, 30 Dec 2018 00:00:45 +0100 Subject: test: Add media device test Add media device test infrastructure and an intial test that print out the media devices available in the system. Signed-off-by: Jacopo Mondi --- test/meson.build | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test/meson.build') diff --git a/test/meson.build b/test/meson.build index a74629f8..6233d2c0 100644 --- a/test/meson.build +++ b/test/meson.build @@ -3,6 +3,7 @@ libtest_sources = files([ ]) libtest = static_library('libtest', libtest_sources) +libtest_includes = include_directories('./') test_init = executable('test_init', 'init.cpp', link_with : libcamera, @@ -12,5 +13,8 @@ list = executable('list', 'list.cpp', link_with : [libcamera, libtest], include_directories : libcamera_includes) +subdir('media_device') + test('Initialisation test', test_init) test('List Camera API tests', list) +test('Media Device Test', media_device_test) -- cgit v1.2.1