aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests/Makefile
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2013-03-20 15:07:56 -0400
committerDavid S. Miller <davem@davemloft.net>2013-03-20 15:07:56 -0400
commita6f68034de8a5784dfeabb337506254c80b4c8c6 (patch)
treeedb2cce97a947d80676d34fb89c2a0a218bc77f3 /tools/testing/selftests/Makefile
parentnet: fix psock_fanout selftest bind error message (diff)
downloadwireguard-linux-a6f68034de8a5784dfeabb337506254c80b4c8c6.tar.xz
wireguard-linux-a6f68034de8a5784dfeabb337506254c80b4c8c6.zip
net: Move selftests to common net/ subdirectory.
Suggested-by: Daniel Baluta <daniel.baluta@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/testing/selftests/Makefile')
-rw-r--r--tools/testing/selftests/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/testing/selftests/Makefile b/tools/testing/selftests/Makefile
index 7f50078d0e8c..a4805932972b 100644
--- a/tools/testing/selftests/Makefile
+++ b/tools/testing/selftests/Makefile
@@ -5,8 +5,7 @@ TARGETS += vm
TARGETS += cpu-hotplug
TARGETS += memory-hotplug
TARGETS += efivarfs
-TARGETS += net-socket
-TARGETS += net-afpacket
+TARGETS += net
all:
for TARGET in $(TARGETS); do \