13 lines
234 B
Makefile
13 lines
234 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 \
|
||
|
|
# end of TEST_INCLUDES
|
||
|
|
|
||
|
|
include ../../../lib.mk
|