
5 May
2015
5 May
'15
10:56 p.m.
On 3 May 2015 at 14:12, Joe Hershberger joe.hershberger@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@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@chromium.org