Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1# SPDX-License-Identifier: GPL-2.0+ OR MIT
2
3TEST_PROGS := \
4 devlink.sh \
5 devlink_in_netns.sh \
6 devlink_trap.sh \
7 ethtool-coalesce.sh \
8 ethtool-features.sh \
9 ethtool-fec.sh \
10 ethtool-pause.sh \
11 ethtool-ring.sh \
12 fib.sh \
13 fib_notifications.sh \
14 hw_stats_l3.sh \
15 macsec-offload.sh \
16 nexthop.sh \
17 peer.sh \
18 psample.sh \
19 tc-mq-visibility.sh \
20 udp_tunnel_nic.sh \
21# end of TEST_PROGS
22
23TEST_FILES := \
24 ethtool-common.sh
25# end of TEST_FILES
26
27include ../../../lib.mk