Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

selftests: netdevsim: add fib_notifications to Makefile

Commit 19d36d2971e6 ("selftests: netdevsim: Add fib_notifications test")
added the test but didn't include it in the Makefile.

Reviewed-by: Joe Damato <jdamato@fastly.com>
Link: https://patch.msgid.link/20241029192603.509295-1-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

+1
+1
tools/testing/selftests/drivers/net/netdevsim/Makefile
··· 8 8 ethtool-pause.sh \ 9 9 ethtool-ring.sh \ 10 10 fib.sh \ 11 + fib_notifications.sh \ 11 12 hw_stats_l3.sh \ 12 13 nexthop.sh \ 13 14 peer.sh \