summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/drivers/net/virtio_net/Makefile
blob: 7ec7cd3ab2cc627a34182b3ec8c6abba448900dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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