summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/drivers/net/virtio_net/Makefile
blob: 868ece3fea1feda33814606a718a1da2cd31221f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# 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 \
# end of TEST_INCLUDES

include ../../../lib.mk