[Buildroot] [PATCH] package/ltp-testsuite: simplify code to exclude test-cases

Petr Vorel petr.vorel at gmail.com
Tue Jan 26 17:58:34 UTC 2021


Hi Yann,

> We have three conditions under which some tests may get removed:
> uClibc, musl, static libraries. All three use the same mechanism
> to exclude those test-cases: remove the files.

> The first two use a common variable to list the affected files,
> and share the same hook of their own to iterate over that list,
> while the third has its own hook.

> This is not very clean, so switch to using a single variable and
> a single hook for all three conditions.
Nice cleanup, thank you!

Reviewed-by: Petr Vorel <petr.vorel at gmail.com>

Kind regards,
Petr


More information about the buildroot mailing list