Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-05-21 | test: Generalize the unit test framework | Joe Hershberger | |
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> | |||
2015-04-18 | dm: usb: Add tests for the USB uclass | Simon Glass | |
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> |