Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | test: Generalize the unit test framework | Joe Hershberger | 2015-05-21 | -3/+3 |
| | | | | | | | | | 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> | |||
* | dm: usb: Add tests for the USB uclass | Simon Glass | 2015-04-18 | -0/+50 |
This adds a simple test for probing and a functional test using the flash stick emulator, which tests a large chunk of the USB stack. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Marek Vasut <marex@denx.de> |