-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
netdevsim: add Makefile for selftests
Add a Makefile for netdevsim selftests and add selftests path to MAINTAINERS Signed-off-by: David Wei <dw@davidwei.uk> Link: https://lore.kernel.org/r/20240130214620.3722189-5-dw@davidwei.uk Signed-off-by: Jakub Kicinski <kuba@kernel.org>
- Loading branch information
David Wei
authored and
Jakub Kicinski
committed
Feb 5, 2024
1 parent
a888231
commit 8ff25da
Showing
2 changed files
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# SPDX-License-Identifier: GPL-2.0+ OR MIT | ||
|
||
TEST_PROGS = devlink.sh \ | ||
devlink_in_netns.sh \ | ||
devlink_trap.sh \ | ||
ethtool-coalesce.sh \ | ||
ethtool-fec.sh \ | ||
ethtool-pause.sh \ | ||
ethtool-ring.sh \ | ||
fib.sh \ | ||
hw_stats_l3.sh \ | ||
nexthop.sh \ | ||
psample.sh \ | ||
tc-mq-visibility.sh \ | ||
udp_tunnel_nic.sh \ | ||
|
||
include ../../../lib.mk |