Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-02 | test: Add a command function for test execution | Simon Glass | |
The logic to either iterate through a list of tests or pick a named test is common to at lest two test suits. Move this logic into a new function and call it from the environment tests. Signed-off-by: Simon Glass <sjg@chromium.org> | |||
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> |