xref: /linux/tools/testing/selftests/net/hsr/Makefile (revision e6965188f84a7883e6a0d3448e86b0cf29b24dfc)
1# SPDX-License-Identifier: GPL-2.0
2
3top_srcdir = ../../../../..
4
5TEST_PROGS := \
6	hsr_ping.sh \
7	hsr_redbox.sh \
8# end of TEST_PROGS
9
10TEST_FILES += hsr_common.sh
11
12include ../../lib.mk
13