Sign in
zircon-guest
/
third_party
/
linux
/
refs/heads/linux-6.13.y
/
.
/
tools
/
testing
/
selftests
/
drivers
/
net
/
Makefile
blob: 0fec8f9801ad4d94d99ab6d0acaea6e2e7b2894d [
file
] [
edit
]
# 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