xref: /linux/tools/testing/selftests/drivers/net/virtio_net/Makefile (revision b205656daf932c06aff424de5d6d01faf60faa5b)
1# SPDX-License-Identifier: GPL-2.0+ OR MIT
2
3TEST_PROGS = basic_features.sh
4
5TEST_FILES = virtio_net_common.sh
6
7TEST_INCLUDES = \
8	../../../net/forwarding/lib.sh \
9	../../../net/lib.sh \
10# end of TEST_INCLUDES
11
12include ../../../lib.mk
13