Re: [U-Boot] [PATCH v3 15/26] test: Add a common unit test command

2015-05-05 Thread Simon Glass
On 3 May 2015 at 14:12, Joe Hershberger 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 > --- > > Changes in v3: > -New for version 3 > > Changes in v2: None > > include/test/suites.

[U-Boot] [PATCH v3 15/26] test: Add a common unit test command

2015-05-03 Thread Joe Hershberger
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 --- Changes in v3: -New for version 3 Changes in v2: None include/test/suites.h | 11 + test/Makefile | 1 + test/cmd_ut.c