
30 Oct
2020
30 Oct
'20
4:34 a.m.
Add a new test_spl fixture to handle running SPL unit tests.
Signed-off-by: Simon Glass sjg@chromium.org ---
Changes in v2: - Drop debug print() - Restart U-Boot after each SPL test
test/py/conftest.py | 13 ++++++++----- test/py/tests/test_spl.py | 34 ++++++++++++++++++++++++++++++++++ 2 files changed, 42 insertions(+), 5 deletions(-) create mode 100644 test/py/tests/test_spl.py
Applied to u-boot-dm, thanks!