1# SPDX-License-Identifier: GPL-2.0
2
3TEST_GEN_FILES := test_klp-call_getpid
4TEST_GEN_MODS_DIR := test_modules
5TEST_PROGS_EXTENDED := functions.sh
6TEST_PROGS := \
7	test-livepatch.sh \
8	test-callbacks.sh \
9	test-shadow-vars.sh \
10	test-state.sh \
11	test-ftrace.sh \
12	test-sysfs.sh \
13	test-syscall.sh \
14	test-kprobe.sh
15
16TEST_FILES := settings
17
18include ../lib.mk
19