summaryrefslogtreecommitdiff
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorHuang Jianan <jnhuang95@gmail.com>2022-02-26 15:05:51 +0800
committerTom Rini <trini@konsulko.com>2022-03-15 16:19:51 -0400
commit2c30aa3dbcc47cff583042685098ad2e7900ff57 (patch)
treec2929ba06b67e8f654a4ab9f4b657e805601be9c /MAINTAINERS
parent739941e11eef5055e3a20e7b9a235aac1b33faae (diff)
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>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS1
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 3e7ae7e576..f25ca7cd00 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -816,6 +816,7 @@ S: Maintained
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>