Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
torvalds
GitHub Repository: torvalds/linux
Path: blob/master/tools/testing/selftests/drivers/net/virtio_net/Makefile
30417 views
# 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