diff options
author | Simon Glass <sjg@chromium.org> | 2017-12-04 13:48:30 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-12-07 15:17:00 -0500 |
commit | 20faa27c2bc32b1442970cfe98a3006cf8eac063 (patch) | |
tree | 68728255d73fb53beda11b2fa8689162434a05c7 /MAINTAINERS | |
parent | e189a0bda83cc5add3d327d379cb89ee5276ad5b (diff) |
log: test: Add a pytest for logging
Add a test which tries out various filters and options to make sure that
logging works as expected.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 9d8a82eaa9e..e1227f847cb 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -317,6 +317,7 @@ T: git git://git.denx.de/u-boot.git F: common/log.c F: cmd/log.c F: test/log/log_test.c +F: test/py/tests/test_log.py MICROBLAZE M: Michal Simek <monstr@monstr.eu> |