test: Add an overall test runner
authorSimon Glass <sjg@chromium.org>
Mon, 8 Mar 2021 00:34:47 +0000 (17:34 -0700)
committerTom Rini <trini@konsulko.com>
Fri, 12 Mar 2021 14:57:29 +0000 (09:57 -0500)
commit1c7217511cd9a050183402b56c0371e4f9720bea
treea10a801f4f98762bf3a89b9d3ff585e923c0db17
parent409f4a2a7280abc6fe22447f7c1933fc5f669539
test: Add an overall test runner

Add a new test runner that will eventually be able to run any test. For
now, have it run the 'command' unit tests, so that the functionality in
cmd_ut_category() moves into it.

Signed-off-by: Simon Glass <sjg@chromium.org>
include/test/ut.h
test/Makefile
test/cmd_ut.c
test/test-main.c [new file with mode: 0644]