Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | test: env: Add test for verifying env attrs | Joe Hershberger | 2015-05-21 | -0/+1 |
| | | | | | | | Add a test of the env_attr_lookup() function. Signed-off-by: Joe Hershberger <joe.hershberger@ni.com> Reviewed-by: Simon Glass <sjg@chromium.org> | |||
* | test: env: Add test framework for env | Joe Hershberger | 2015-05-21 | -0/+7 |
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> |