
6 May
2020
6 May
'20
5:42 a.m.
Hi Heinrich,
On Mon, 2 Mar 2020 at 19:45, sjg@google.com wrote:
On Wed, 26 Feb 2020 at 12:48, Heinrich Schuchardt xypron.glpk@gmx.de wrote:
Provide unit tests for the syslog logging driver.
Signed-off-by: Heinrich Schuchardt xypron.glpk@gmx.de
v5: no change v4: provide more comments move uts and expected to a common structure expect 'uboot:' not 'uboot[1]:' in syslog message v3: new patch
test/log/Makefile | 4 + test/log/syslog_test.c | 280 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 284 insertions(+) create mode 100644 test/log/syslog_test.c
Reviewed-by: Simon Glass sjg@chromium.org
Unfortunately this test does not run automatically with pytest at present. Can you please take a look?
Regards, SImon