summaryrefslogtreecommitdiff
path: root/test/meson.build
diff options
context:
space:
mode:
authorPaul Elder <paul.elder@ideasonboard.com>2019-07-11 18:29:59 +0900
committerPaul Elder <paul.elder@ideasonboard.com>2019-07-12 13:46:48 +0900
commita25c937f8afee766d3001c488a19acc9a8aac2dd (patch)
tree84ef17317e96fe518b4afdf74ff1e262a3d92443 /test/meson.build
parent60f5d472d96c9c1ffcb1887bd760bcee3c09ec2a (diff)
test: add logging API test
Test that setting the log file and log levels works from an application point of view. The test uses the internal logging mechanism as well, just to write to the log file. Signed-off-by: Paul Elder <paul.elder@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'test/meson.build')
-rw-r--r--test/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/meson.build b/test/meson.build
index 60ce9601..d308ac9c 100644
--- a/test/meson.build
+++ b/test/meson.build
@@ -21,6 +21,7 @@ public_tests = [
internal_tests = [
['camera-sensor', 'camera-sensor.cpp'],
+ ['log', 'log.cpp'],
['message', 'message.cpp'],
['signal-threads', 'signal-threads.cpp'],
['threads', 'threads.cpp'],