public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] selftests: Makefile: add missing 'net/lib' to targets
@ 2024-09-12  6:31 Anders Roxell
  2024-09-12 13:13 ` Willem de Bruijn
  2024-09-12 15:23 ` Jakub Kicinski
  0 siblings, 2 replies; 8+ messages in thread
From: Anders Roxell @ 2024-09-12  6:31 UTC (permalink / raw)
  To: shuah; +Cc: willemb, kuba, linux-kselftest, linux-kernel, Anders Roxell

Fixes: 1d0dc857b5d8 ("selftests: drv-net: add checksum tests")
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
---
 tools/testing/selftests/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/testing/selftests/Makefile b/tools/testing/selftests/Makefile
index 3b7df5477317..fc3681270afe 100644
--- a/tools/testing/selftests/Makefile
+++ b/tools/testing/selftests/Makefile
@@ -64,6 +64,7 @@ TARGETS += net
 TARGETS += net/af_unix
 TARGETS += net/forwarding
 TARGETS += net/hsr
+TARGETS += net/lib
 TARGETS += net/mptcp
 TARGETS += net/netfilter
 TARGETS += net/openvswitch
-- 
2.45.2


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2024-09-16  7:53 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-12  6:31 [PATCH] selftests: Makefile: add missing 'net/lib' to targets Anders Roxell
2024-09-12 13:13 ` Willem de Bruijn
2024-09-12 15:23 ` Jakub Kicinski
2024-09-12 16:44   ` Shuah Khan
2024-09-15  6:44   ` Anders Roxell
2024-09-15  7:36     ` Willem de Bruijn
2024-09-15 14:46       ` Jakub Kicinski
2024-09-16  7:53         ` Anders Roxell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox