Skip to content

Commit 9995b32

Browse files
committed
selftests/nolibc: integrate with kselftests
Hook up nolibc-test with the kselftests framework. This enables CI systems and developers to easily execute the tests. While nolibc-test does not emit KTAP output itself that is not a problem, as the kselftest executor will wrap the output in KTAP. Acked-by: Willy Tarreau <w@1wt.eu> Link: https://lore.kernel.org/r/20250620-nolibc-selftests-v1-4-f6b2ce7c5071@weissschuh.net Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
1 parent fa75b8f commit 9995b32

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tools/testing/selftests/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ TARGETS += net/ovpn
7777
TARGETS += net/packetdrill
7878
TARGETS += net/rds
7979
TARGETS += net/tcp_ao
80+
TARGETS += nolibc
8081
TARGETS += nsfs
8182
TARGETS += pci_endpoint
8283
TARGETS += pcie_bwctrl

0 commit comments

Comments
 (0)