Re: [U-Boot] [PATCH 18/26] binman: Add a main program to the tests

2017-11-23 Thread sjg
Add a main program so that the tests can be executed directly, without going through the main binman program. Signed-off-by: Simon Glass --- tools/binman/entry_test.py | 4 tools/binman/ftest.py | 4 2 files changed, 8 insertions(+) Applied to u-boot-dm thanks! _

[U-Boot] [PATCH 18/26] binman: Add a main program to the tests

2017-11-12 Thread Simon Glass
Add a main program so that the tests can be executed directly, without going through the main binman program. Signed-off-by: Simon Glass --- tools/binman/entry_test.py | 4 tools/binman/ftest.py | 4 2 files changed, 8 insertions(+) diff --git a/tools/binman/entry_test.py b/tool