JustOS/linux-6.13/tools/testing/selftests/drivers/net/Makefile
justuser 02e73b8cd9 up
2025-01-24 17:00:19 +03:00

16 lines
258 B
Makefile

# SPDX-License-Identifier: GPL-2.0
TEST_INCLUDES := $(wildcard lib/py/*.py) \
../../net/net_helper.sh \
../../net/lib.sh \
TEST_PROGS := \
netcons_basic.sh \
ping.py \
queues.py \
stats.py \
shaper.py \
# end of TEST_PROGS
include ../../lib.mk