mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
16 lines
269 B
Makefile
16 lines
269 B
Makefile
![]() |
# 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
|