buildroot/package/ltp-testsuite
Yann E. MORIN f729692c16 package/ltp-testsuite: simplify code to exclude test-cases
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.

Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Cc: Petr Vorel <petr.vorel@gmail.com>
Reviewed-by: Petr Vorel <petr.vorel@gmail.com>
2021-01-26 19:42:50 +01:00
..
0002-lapi-Add-sysinfo.h-to-fix-build-with-MUSL-libc.patch package/ltp-testsuite: bump version to 20210121 2021-01-22 20:07:03 +01:00
Config.in
ltp-testsuite.hash package/ltp-testsuite: bump version to 20210121 2021-01-22 20:07:03 +01:00
ltp-testsuite.mk package/ltp-testsuite: simplify code to exclude test-cases 2021-01-26 19:42:50 +01:00