]> git.baikalelectronics.ru Git - uboot.git/commit
binman: Add tests for importlib availability
authorSimon Glass <sjg@chromium.org>
Mon, 13 Nov 2017 04:52:21 +0000 (21:52 -0700)
committerSimon Glass <sjg@chromium.org>
Thu, 23 Nov 2017 01:05:38 +0000 (18:05 -0700)
commitfe0c30b915188c2ca54c5ee5fa7d1494be163d4e
treee289915f85d46fa0a6e870091abd5a1ed832ecea
parent5f31971f9daf9f1201b756846b05c2d9510defe4
binman: Add tests for importlib availability

Add a test that the 'entry' module works with or without importlib.
The tests are numbered so that they are executed in the correct order.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/binman.py
tools/binman/entry_test.py