aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests/Makefile
diff options
context:
space:
mode:
authorVadym Kochan <vadym.kochan@plvision.eu>2020-03-23 16:24:04 +0200
committerDavid S. Miller <davem@davemloft.net>2020-03-23 21:55:30 -0700
commit81573b18f26defe672a7d960f9af9ac2c97f324d (patch)
tree9acb8cabbd6cd3ccbc69e588636833fec4207245 /tools/testing/selftests/Makefile
parentethtool: fix reference leak in some *_SET handlers (diff)
downloadwireguard-linux-81573b18f26defe672a7d960f9af9ac2c97f324d.tar.xz
wireguard-linux-81573b18f26defe672a7d960f9af9ac2c97f324d.zip
selftests/net/forwarding: add Makefile to install tests
Add missing Makefile for net/forwarding tests and include it to the targets list, otherwise forwarding tests are not installed in case of cross-compilation. Signed-off-by: Vadym Kochan <vadym.kochan@plvision.eu> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/testing/selftests/Makefile')
-rw-r--r--tools/testing/selftests/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/Makefile b/tools/testing/selftests/Makefile
index 6ec503912bea..b93fa645ee54 100644
--- a/tools/testing/selftests/Makefile
+++ b/tools/testing/selftests/Makefile
@@ -33,6 +33,7 @@ TARGETS += memory-hotplug
TARGETS += mount
TARGETS += mqueue
TARGETS += net
+TARGETS += net/forwarding
TARGETS += net/mptcp
TARGETS += netfilter
TARGETS += networking/timestamping