[RFC PATCH 17/28] test: Add tests for LIL

Simon Glass sjg at chromium.org
Mon Jul 5 17:29:53 CEST 2021


On Thu, 1 Jul 2021 at 00:16, Sean Anderson <seanga2 at gmail.com> wrote:
>
> This tests several aspects of the parser. These tests are primarily adapted
> from the *.lil code examples included with upstream LIL. These tests should
> probably get their own category, especially if I add additional styles of
> tests.
>
> Signed-off-by: Sean Anderson <seanga2 at gmail.com>
> ---
> Yes, I know checkpatch complains about the quoted string being split, but
> that warning is intended for user-visible strings.
>
>  MAINTAINERS       |   1 +
>  test/cmd/Makefile |   1 +
>  test/cmd/lil.c    | 339 ++++++++++++++++++++++++++++++++++++++++++++++
>  3 files changed, 341 insertions(+)
>  create mode 100644 test/cmd/lil.c
>

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


More information about the U-Boot mailing list