[U-Boot] [PATCH v4 3/4] test: Add tests for misc uclass

Simon Glass sjg at chromium.org
Thu Aug 2 16:56:50 UTC 2018


On 31 July 2018 at 06:24, Mario Six <mario.six at gdsys.cc> wrote:
> Add a set of tests for the misc uclass.
>
> Signed-off-by: Mario Six <mario.six at gdsys.cc>
> ---
>
> v3 -> v4:
> New in v4
>
> ---
>  arch/sandbox/dts/test.dts   |   4 ++
>  drivers/misc/Makefile       |   2 +-
>  drivers/misc/misc_sandbox.c | 133 ++++++++++++++++++++++++++++++++++++++++++++
>  test/dm/Makefile            |   1 +
>  test/dm/misc.c              |  83 +++++++++++++++++++++++++++
>  5 files changed, 222 insertions(+), 1 deletion(-)
>  create mode 100644 drivers/misc/misc_sandbox.c
>  create mode 100644 test/dm/misc.c
>

Reviewed-by: Simon Glass <sjg at chromium.org>

Very nice, thanks.

Maybe we should have ut_asserttrue/false?


More information about the U-Boot mailing list