Add a new test_spl fixture to handle running SPL unit tests. Signed-off-by: Simon Glass <[email protected]> ---
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!

