]> git.baikalelectronics.ru Git - uboot.git/commit
test: Move test running into a separate function
authorSimon Glass <sjg@chromium.org>
Mon, 8 Mar 2021 00:35:00 +0000 (17:35 -0700)
committerTom Rini <trini@konsulko.com>
Fri, 12 Mar 2021 14:57:30 +0000 (09:57 -0500)
commit033eb15b04bdf42e544cc84ec287073dfd947e17
tree8ab083a1a48489090d3f315dbda4a55f5a251329
parent9ea5547083f2311cc10147819b9bb2232d9cc259
test: Move test running into a separate function

Add a function to handle the preparation for running a test and the
post-test clean-up.

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