mbox series

[0/5] selftests/nolibc: test kernel configuration cleanups

Message ID 20250122-nolibc-config-v1-0-a697db968b49@weissschuh.net (mailing list archive)
Headers show
Series selftests/nolibc: test kernel configuration cleanups | expand

Message

Thomas Weißschuh Jan. 22, 2025, 6:41 p.m. UTC
A few cleanups and optimizations for the management of the kernel
configuration.

Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
---
Thomas Weißschuh (5):
      selftests/nolibc: drop custom EXTRACONFIG functionality
      selftests/nolibc: drop call to prepare target
      selftests/nolibc: drop call to mrproper target
      selftests/nolibc: execute defconfig before other targets
      selftests/nolibc: always keep test kernel configuration up to date

 tools/testing/selftests/nolibc/Makefile     | 17 +++++------------
 tools/testing/selftests/nolibc/run-tests.sh |  5 +----
 2 files changed, 6 insertions(+), 16 deletions(-)
---
base-commit: 60fe18237f72e3a186127658452dbb0992113cf7
change-id: 20250122-nolibc-config-d639e1612c93

Best regards,