]> git.baikalelectronics.ru Git - uboot.git/commit
test: Move delay skipping to test_pre_run()
authorSimon Glass <sjg@chromium.org>
Mon, 8 Mar 2021 00:34:55 +0000 (17:34 -0700)
committerTom Rini <trini@konsulko.com>
Fri, 12 Mar 2021 14:57:30 +0000 (09:57 -0500)
commit1aa0b634c907405bae272959529a77461484cddd
tree04bebac4f5049500b744148a4dce8933c2a0053c
parent9f8ee56dff17911d5684fc74b80000a798a7ed55
test: Move delay skipping to test_pre_run()

This allows delays to be skipped in sandbox tests. Move it to the
common pre-init function.

Signed-off-by: Simon Glass <sjg@chromium.org>
include/test/ut.h
test/dm/test-dm.c
test/test-main.c
test/ut.c