]> git.baikalelectronics.ru Git - uboot.git/commit
moveconfig: Allow adding unit tests
authorSimon Glass <sjg@chromium.org>
Sat, 18 Dec 2021 15:09:45 +0000 (08:09 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 24 Jan 2022 22:36:29 +0000 (17:36 -0500)
commit2891033840afe655672d4afc71e5827c63148626
tree28e176a5fc93caccc9497ce015673c58c73a6669
parent8b56aead0192a2550d388d2c9612a2d2597916db
moveconfig: Allow adding unit tests

Add a -t option to run unit tests in this program. So far, there is none.

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