Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-19 | test: Use ut_asserteq_mem() where possible | Simon Glass | |
Quite a few tests still use ut_assertok(memcmp(...)) and variants. Modify them to use the macro designed for this purpose. Suggested-by: Wolfgang Wallner <wolfgang.wallner@br-automation.com> Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Wolfgang Wallner <wolfgang.wallner@br-automation.com> | |||
2018-09-28 | video_osd: Add osd sandbox driver and tests | Mario Six | |
Add sandbox driver and tests for the new OSD uclass. Signed-off-by: Mario Six <mario.six@gdsys.cc> Reviewed-by: Simon Glass <sjg@chromium.org> |