Makefile (c4bbe83d27c2446a033cc0381c3fb6be5e8c41c7) Makefile (6a71770442b5b7cf8f880ca1c0a72456c918c757)
1# SPDX-License-Identifier: GPL-2.0
2
1# SPDX-License-Identifier: GPL-2.0
2
3TEST_GEN_FILES := test_klp-call_getpid
3TEST_GEN_MODS_DIR := test_modules
4TEST_PROGS_EXTENDED := functions.sh
5TEST_PROGS := \
6 test-livepatch.sh \
7 test-callbacks.sh \
8 test-shadow-vars.sh \
9 test-state.sh \
10 test-ftrace.sh \
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 \
11 test-sysfs.sh
12 test-sysfs.sh \
13 test-syscall.sh
12
13TEST_FILES := settings
14
15include ../lib.mk
14
15TEST_FILES := settings
16
17include ../lib.mk