13 lines
219 B
Makefile
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
|