]> git.sur5r.net Git - u-boot/commit
test: Add a common unit test command
authorJoe Hershberger <joe.hershberger@ni.com>
Wed, 20 May 2015 19:27:28 +0000 (14:27 -0500)
committerTom Rini <trini@konsulko.com>
Thu, 21 May 2015 13:16:17 +0000 (09:16 -0400)
commitc617ede08ad0583e0e015e76ebda2c5d2f6b5854
tree77b48705304a154a75924eddd9764a8505b2f7e6
parente721b882e9daf3ad3599eef5a9ccf3847b694228
test: Add a common unit test command

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>
Acked-by: Simon Glass <sjg@chromium.org>
include/test/suites.h [new file with mode: 0644]
test/Makefile
test/cmd_ut.c [new file with mode: 0644]