mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-01-24 18:21:36 -05:00
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>
18 lines
317 B
Makefile
18 lines
317 B
Makefile
# 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
|