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:
parent
42760092e7
commit
4cdabcddc5
2 changed files with 154 additions and 0 deletions
|
@ -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'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue