test: logging: add logging process test
Add a test to test that logging works in isolated child processes. Only logSetFile is tested, because stdout and stderr are closed for isolated child processes, and syslog and the none logging destinations are expected to be the same as non-isolated processes. Signed-off-by: Paul Elder <paul.elder@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
@@ -23,6 +23,7 @@ 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'],
|
||||
|
||||
Reference in New Issue
Block a user