[U-Boot] [PATCH v2 16/19] test: env: Add test for verifying env attrs

Simon Glass sjg at chromium.org
Fri May 1 05:46:35 CEST 2015


Hi Joe,

On 28 April 2015 at 23:51, Joe Hershberger <joe.hershberger at ni.com> wrote:
> Add a test of the env_attr_lookup() function.
>
> Signed-off-by: Joe Hershberger <joe.hershberger at ni.com>
> ---
>
> Changes in v2:
> -New for version 2
>
>  test/env/Makefile |  1 +
>  test/env/attr.c   | 62 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
>  2 files changed, 63 insertions(+)
>  create mode 100644 test/env/attr.c

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

I don't know how much it matters, but I was trying to make test
commands start with 'ut_' (unit test) so they would all appear in the
same place when you type 'help'.

Regards,
Simon


More information about the U-Boot mailing list