Linux-6.18.2/tools/testing/selftests/net/packetdrill/Makefile
2025-12-23 20:06:59 +08:00

13 lines
219 B
Makefile

# SPDX-License-Identifier: GPL-2.0
TEST_INCLUDES := \
defaults.sh \
ksft_runner.sh \
set_sysctls.py \
../../kselftest/ktap_helpers.sh \
# end of TEST_INCLUDES
TEST_PROGS := $(wildcard *.pkt)
include ../../lib.mk