]> git.kernelconcepts.de Git - karo-tx-uboot.git/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)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:43:16 +0000 (22:43 +0200)
commit58b625e2136f04c73d081b66808c0b92c3e9db6e
treef3d50d8888d9481edf488a6d0688cc099ebe7f4d
parent0e1a00ed79b6ee4e65848df5cd0aded4312a6a6d
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]