Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | test: Record and silence console in tests | Simon Glass | 2015-11-19 | -0/+4 |
| | | | | | | | | | When running sandbox tests, silence the console to avoid unwanted output. Also, record the console in case tests want to check it. The -v option can be used to enable stdout during tests. Signed-off-by: Simon Glass <sjg@chromium.org> | |||
* | test: Generalize the unit test framework | Joe Hershberger | 2015-05-21 | -0/+31 |
Separate the ability to define tests and assert status of test functions from the dm tests so they can be used more consistently throughout all tests. Signed-off-by: Joe Hershberger <joe.hershberger@ni.com> Reviewed-by: Simon Glass <sjg@chromium.org> |