Sign in
cos
/
third_party
/
kernel
/
1abebf8624cc7d4e8a9bb2bccff8f0dc031fd549
/
.
/
tools
/
testing
/
selftests
/
drivers
/
net
/
Makefile
blob: 39fb97a8c1df2889fc9e3aaab529d8079080b115 [
file
] [
log
] [
blame
]
# 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 \
# end of TEST_PROGS
include
../../
lib
.
mk