Skip to content

Commit a52b839

Browse files
dsaherndavem330
authored andcommitted
selftests: Add fib-onlink-tests.sh to TEST_PROGS
Fixes: 153e1b8 ("selftests: Add FIB onlink tests") Reported-by: Ido Schimmel <[email protected]> Signed-off-by: David Ahern <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent b17db8c commit a52b839

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/testing/selftests/net/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ CFLAGS = -Wall -Wl,--no-as-needed -O2 -g
55
CFLAGS += -I../../../../usr/include/
66

77
TEST_PROGS := run_netsocktests run_afpackettests test_bpf.sh netdevice.sh rtnetlink.sh
8-
TEST_PROGS += fib_tests.sh
8+
TEST_PROGS += fib_tests.sh fib-onlink-tests.sh
99
TEST_GEN_FILES = socket
1010
TEST_GEN_FILES += psock_fanout psock_tpacket msg_zerocopy
1111
TEST_GEN_PROGS = reuseport_bpf reuseport_bpf_cpu reuseport_bpf_numa

0 commit comments

Comments
 (0)