aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing
diff options
context:
space:
mode:
authorDavid Ahern <dsahern@gmail.com>2018-02-26 09:53:15 -0800
committerDavid S. Miller <davem@davemloft.net>2018-02-27 11:41:26 -0500
commita52b839752aab7063c38c1cb7b8e63efc54e3c30 (patch)
tree3576aca62ee3d0db50aedff5cfc5fd1bbf007bad /tools/testing
parentMerge branch 'DPAA-Ethernet-fixes' (diff)
downloadlinux-dev-a52b839752aab7063c38c1cb7b8e63efc54e3c30.tar.xz
linux-dev-a52b839752aab7063c38c1cb7b8e63efc54e3c30.zip
selftests: Add fib-onlink-tests.sh to TEST_PROGS
Fixes: 153e1b84f477 ("selftests: Add FIB onlink tests") Reported-by: Ido Schimmel <idosch@idosch.org> Signed-off-by: David Ahern <dsahern@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/testing')
-rw-r--r--tools/testing/selftests/net/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/net/Makefile b/tools/testing/selftests/net/Makefile
index d7c30d366935..229a038966e3 100644
--- a/tools/testing/selftests/net/Makefile
+++ b/tools/testing/selftests/net/Makefile
@@ -5,7 +5,7 @@ CFLAGS = -Wall -Wl,--no-as-needed -O2 -g
CFLAGS += -I../../../../usr/include/
TEST_PROGS := run_netsocktests run_afpackettests test_bpf.sh netdevice.sh rtnetlink.sh
-TEST_PROGS += fib_tests.sh
+TEST_PROGS += fib_tests.sh fib-onlink-tests.sh
TEST_GEN_FILES = socket
TEST_GEN_FILES += psock_fanout psock_tpacket msg_zerocopy
TEST_GEN_PROGS = reuseport_bpf reuseport_bpf_cpu reuseport_bpf_numa