From 36d62298b20bec1f052fac04fd3011511cc29226 Mon Sep 17 00:00:00 2001 From: Paul Elder Date: Sat, 13 Jul 2019 04:34:36 +0900 Subject: test: logging: move logging tests to a subdirectory Since there are two logging tests now, move them to their own subdirectory. Update meson as necessary. Signed-off-by: Paul Elder Reviewed-by: Laurent Pinchart --- test/meson.build | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test/meson.build') diff --git a/test/meson.build b/test/meson.build index 658f283e..b2f809e6 100644 --- a/test/meson.build +++ b/test/meson.build @@ -4,6 +4,7 @@ subdir('camera') subdir('controls') subdir('ipa') subdir('ipc') +subdir('log') subdir('media_device') subdir('pipeline') subdir('process') @@ -22,8 +23,6 @@ public_tests = [ internal_tests = [ ['camera-sensor', 'camera-sensor.cpp'], - ['log', 'log.cpp'], - ['log_process', 'log_process.cpp'], ['message', 'message.cpp'], ['signal-threads', 'signal-threads.cpp'], ['threads', 'threads.cpp'], -- cgit v1.2.1