JustOS/linux-6.13/tools/testing/selftests/drivers/net/virtio_net/Makefile

16 lines
269 B
Makefile
Raw Normal View History

2025-01-24 14:00:19 +00:00
# SPDX-License-Identifier: GPL-2.0+ OR MIT
TEST_PROGS = basic_features.sh \
#
TEST_FILES = \
virtio_net_common.sh \
#
TEST_INCLUDES = \
../../../net/forwarding/lib.sh \
../../../net/lib.sh \
#
include ../../../lib.mk