]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
test: env: Add test framework for env
authorJoe Hershberger <joe.hershberger@ni.com>
Wed, 20 May 2015 19:27:36 +0000 (14:27 -0500)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:43:17 +0000 (22:43 +0200)
commit823ca02a08893342263330fc459c3b31f522ece9
treee171e4a04a59fc111ad077e6cc9e63e88b67e694
parentabbbadd2d9d6ad87b7d10e915589c040b0c0756e
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]