commit | 26e038fb8acadd7488d4b8a65d35ac627d6e3e31 | [log] [tgz] |
---|---|---|
author | Joe Hershberger <joe.hershberger@ni.com> | Wed May 20 14:27:36 2015 -0500 |
committer | Tom Rini <trini@konsulko.com> | Thu May 21 09:16:18 2015 -0400 |
tree | 0a4cf02061c15201325179e5aa8842871ee0a284 | |
parent | ff78e9697791a2a5d5027bca708b108c28b25254 [diff] |
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>