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 fib.sh \
12 fib_notifications.sh \
13 hw_stats_l3.sh \
14 macsec-offload.sh \
15 nexthop.sh \
16 peer.sh \
17 psample.sh \
18 tc-mq-visibility.sh \
19 udp_tunnel_nic.sh \
20# end of TEST_PROGS
21
22TEST_FILES := \
23 ethtool-common.sh
24# end of TEST_FILES
25
26include ../../../lib.mk