
From: Simon Glass <sjg@chromium.org> Rather than having this code mixed with the tests, it seems better to put it up one level. Move the directory and tidy up references. Signed-off-by: Simon Glass <sjg@chromium.org> --- MAINTAINERS | 5 +++++ test/py/{tests => }/img/vbe.py | 0 2 files changed, 5 insertions(+) rename test/py/{tests => }/img/vbe.py (100%) diff --git a/MAINTAINERS b/MAINTAINERS index 4997fc67b10..5d05281633d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1718,6 +1718,11 @@ M: Liviu Dudau <liviu.dudau@foss.arm.com> S: Maintained F: drivers/video/tda19988.c +TEST FRAMEWORK (PYTHON) +M: Simon Glass <sjg@chromium.org> +F: test/py +F: test/py/img + TI LP5562 LED DRIVER M: Rasmus Villemoes <rasmus.villemoes@prevas.dk> S: Supported diff --git a/test/py/tests/img/vbe.py b/test/py/img/vbe.py similarity index 100% rename from test/py/tests/img/vbe.py rename to test/py/img/vbe.py -- 2.43.0