[U-Boot] [PATCH v3 15/26] test: Add a common unit test command
Simon Glass
sjg at chromium.org
Tue May 5 22:56:23 CEST 2015
On 3 May 2015 at 14:12, Joe Hershberger <joe.hershberger at ni.com> wrote:
> Add a command that all other unit tests should be a sub-command of.
> Also include a command that will run all tests.
>
> Signed-off-by: Joe Hershberger <joe.hershberger at ni.com>
> ---
>
> Changes in v3:
> -New for version 3
>
> Changes in v2: None
>
> include/test/suites.h | 11 +++++++++
> test/Makefile | 1 +
> test/cmd_ut.c | 62 +++++++++++++++++++++++++++++++++++++++++++++++++++
> 3 files changed, 74 insertions(+)
> create mode 100644 include/test/suites.h
> create mode 100644 test/cmd_ut.c
Acked-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list