13 lines
184 B
Makefile
13 lines
184 B
Makefile
# 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
|