
27 Oct
2020
27 Oct
'20
2:01 a.m.
Tests are easier to run in U-Boot proper. Running them in SPL does not add test coverage in most cases. Also some tests use features that are not available in SPL.
Update the build rules to disable these tests in SPL. We still need test-main to be able to actually run SPL tests.
Signed-off-by: Simon Glass sjg@chromium.org ---
test/Makefile | 9 ++++++--- test/dm/Makefile | 11 +++++++---- 2 files changed, 13 insertions(+), 7 deletions(-)
Applied to u-boot-dm, thanks!