summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/net/hsr/Makefile
blob: 2150e487ac7d7ff6c7b90173536d4d75d3639c7c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# SPDX-License-Identifier: GPL-2.0

top_srcdir = ../../../../..

TEST_PROGS := \
	hsr_ping.sh \
	hsr_prp_redbox.sh \
	hsr_redbox.sh \
	link_faults.sh \
	prp_ping.sh \
# end of TEST_PROGS

TEST_FILES += hsr_common.sh

include ../../lib.mk