[PATCH 0/3] selftests/nolibc: improvements to the kselftest runner integration

Thomas Weißschuh posted 3 patches 1 month ago
tools/testing/selftests/nolibc/Makefile      | 14 +++++++-------
tools/testing/selftests/nolibc/nolibc-test.c |  2 +-
2 files changed, 8 insertions(+), 8 deletions(-)
[PATCH 0/3] selftests/nolibc: improvements to the kselftest runner integration
Posted by Thomas Weißschuh 1 month ago
Fix the execution of 'make run_tests' and also wire up libc-test.

Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
---
Thomas Weißschuh (3):
      selftests/nolibc: try to read from stdin in readv_zero test
      selftests/nolibc: scope custom flags to the nolibc-test target
      selftests/nolibc: also test libc-test through regular selftest framework

 tools/testing/selftests/nolibc/Makefile      | 14 +++++++-------
 tools/testing/selftests/nolibc/nolibc-test.c |  2 +-
 2 files changed, 8 insertions(+), 8 deletions(-)
---
base-commit: 6b6dbf3e4ecfd7d1086bd7cd8b31ca8e45d4dc1f
change-id: 20260106-nolibc-selftests-45ca3266eec5

Best regards,
-- 
Thomas Weißschuh <linux@weissschuh.net>

Re: [PATCH 0/3] selftests/nolibc: improvements to the kselftest runner integration
Posted by Willy Tarreau 4 weeks, 1 day ago
Hi Thomas,

On Tue, Jan 06, 2026 at 12:44:56PM +0100, Thomas Weißschuh wrote:
> Fix the execution of 'make run_tests' and also wire up libc-test.
> 
> Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>

For the whole series:
Acked-by: Willy Tarreau <w@1wt.eu>

Thanks,
Willy