mirror of
https://github.com/raspberrypi/linux.git
synced 2026-01-04 18:27:36 +00:00
This patch adds hsr_redbox.sh script to test if HSR-SAN mode of operation works correctly. Signed-off-by: Lukasz Majewski <lukma@denx.de> Signed-off-by: Paolo Abeni <pabeni@redhat.com>
9 lines
155 B
Makefile
9 lines
155 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
top_srcdir = ../../../../..
|
|
|
|
TEST_PROGS := hsr_ping.sh hsr_redbox.sh
|
|
TEST_FILES += hsr_common.sh
|
|
|
|
include ../../lib.mk
|