diff mbox series

[B,SRU,1/4] selftests: Add fib-onlink-tests.sh to TEST_PROGS

Message ID 20210707114730.40375-2-po-hsu.lin@canonical.com
State New
Headers show
Series Enable fib-onlink-tests.sh and msg_zerocopy.sh in kselftests/net | expand

Commit Message

Po-Hsu Lin July 7, 2021, 11:47 a.m. UTC
From: David Ahern <dsahern@gmail.com>

BugLink: https://bugs.launchpad.net/bugs/1934759

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>
(backported from commit a52b839752aab7063c38c1cb7b8e63efc54e3c30)
[PHLin: ignore fib_tests.sh]
Signed-off-by: Po-Hsu Lin <po-hsu.lin@canonical.com>
---
 tools/testing/selftests/net/Makefile | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/tools/testing/selftests/net/Makefile b/tools/testing/selftests/net/Makefile
index 337d84a..92c3b41 100644
--- a/tools/testing/selftests/net/Makefile
+++ b/tools/testing/selftests/net/Makefile
@@ -5,6 +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-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