mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-08-21 08:03:42 +08:00
LoggerState: test cases (#21855)
* test multiple threads writing to log * fix typo * use util::getenv * check INIT_DATA and SENTINEL * test END_OF_SEGMENT * add comment * test multiple threads logging and rotation * cleanup * update * LoggerHandle:quick fix * cleanup * revert test_loggerd.py * refactor test case * check lock file * check refcnt after close * test_runner.cc d * int eixt_signal
This commit is contained in:
@@ -26,3 +26,6 @@ if arch == "Darwin":
|
||||
|
||||
env.Program(src, LIBS=libs)
|
||||
env.Program('bootlog.cc', LIBS=libs)
|
||||
|
||||
if GetOption('test'):
|
||||
env.Program('tests/test_logger', ['tests/test_runner.cc', 'tests/test_logger.cc'], LIBS=[libs])
|
||||
|
||||
Reference in New Issue
Block a user