[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240912063119.1277322-1-anders.roxell@linaro.org>
Date: Thu, 12 Sep 2024 08:31:18 +0200
From: Anders Roxell <anders.roxell@...aro.org>
To: shuah@...nel.org
Cc: willemb@...gle.com,
kuba@...nel.org,
linux-kselftest@...r.kernel.org,
linux-kernel@...r.kernel.org,
Anders Roxell <anders.roxell@...aro.org>
Subject: [PATCH] selftests: Makefile: add missing 'net/lib' to targets
Fixes: 1d0dc857b5d8 ("selftests: drv-net: add checksum tests")
Signed-off-by: Anders Roxell <anders.roxell@...aro.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
Powered by blists - more mailing lists