commit | 11e04435b37ed00d642535807936cf03d688eab6 | [log] [tgz] |
---|---|---|
author | Huang Jianan <jnhuang95@gmail.com> | Sat Feb 26 15:05:51 2022 +0800 |
committer | Tom Rini <trini@konsulko.com> | Tue Mar 15 16:19:51 2022 -0400 |
tree | c2929ba06b67e8f654a4ab9f4b657e805601be9c | |
parent | c8eefae23ff98b55ee576c60b009b62630b0b202 [diff] [blame] |
test/py: Add tests for the erofs Add Python scripts to test 'ls' and 'load' commands, as well as test related filesystem functions. Signed-off-by: Huang Jianan <jnhuang95@gmail.com>
diff --git a/MAINTAINERS b/MAINTAINERS index 3e7ae7e5..f25ca7c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS
@@ -816,6 +816,7 @@ F: cmd/erofs.c F: fs/erofs/ F: include/erofs.h +F: test/py/tests/test_fs/test_erofs.py EVENTS M: Simon Glass <sjg@chromium.org>