aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/net/hsr/Makefile
blob: 4b6afc0fe9f81125c728a1d20b8ec02399a2f616 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# SPDX-License-Identifier: GPL-2.0

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

TEST_PROGS := \
	hsr_ping.sh \
	hsr_redbox.sh \
# end of TEST_PROGS

TEST_FILES += hsr_common.sh

include ../../lib.mk