Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-24 | test: env: Enable env unit tests by default | Heinrich Schuchardt | |
If CONFIG_UNIT_TEST is enabled we should enable the individual tests by default to ensure good test coverage. Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> | |||
2015-05-21 | test: env: Add test framework for env | Joe Hershberger | |
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> |