test: env: Add test framework for env
authorJoe Hershberger <joe.hershberger@ni.com>
Wed, 20 May 2015 19:27:36 +0000 (14:27 -0500)
committerTom Rini <trini@konsulko.com>
Thu, 21 May 2015 13:16:18 +0000 (09:16 -0400)
commit421f86f3293c63fa2669972fb7bdc5ae78729e50
tree0a4cf02061c15201325179e5aa8842871ee0a284
parentb6227d3993db8f1763a8bd377b189e7b77cfe885
test: env: Add test framework for env

Add a new "env" subcommand to the ut command.

This will run unit tests on the env code. This should be targetable to
any device that supports the env features needed for the tests.

Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Makefile
include/test/env.h [new file with mode: 0644]
include/test/suites.h
test/Kconfig
test/cmd_ut.c
test/env/Kconfig [new file with mode: 0644]
test/env/Makefile [new file with mode: 0644]
test/env/cmd_ut_env.c [new file with mode: 0644]