2019-01-09 13:43:29 +01:00
|
|
|
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
|
|
2024-01-12 14:43:52 -03:00
|
|
|
TEST_GEN_FILES := test_klp-call_getpid
|
2024-01-12 14:43:51 -03:00
|
|
|
TEST_GEN_MODS_DIR := test_modules
|
2019-04-12 15:37:37 +02:00
|
|
|
TEST_PROGS_EXTENDED := functions.sh
|
2019-03-26 11:26:01 -04:00
|
|
|
TEST_PROGS := \
|
2019-01-09 13:43:29 +01:00
|
|
|
test-livepatch.sh \
|
|
|
|
|
test-callbacks.sh \
|
2019-10-30 16:43:13 +01:00
|
|
|
test-shadow-vars.sh \
|
2019-11-27 11:42:01 -08:00
|
|
|
test-state.sh \
|
2022-09-02 13:52:08 -07:00
|
|
|
test-ftrace.sh \
|
2024-01-12 14:43:52 -03:00
|
|
|
test-sysfs.sh \
|
2024-10-17 22:01:32 +02:00
|
|
|
test-syscall.sh \
|
|
|
|
|
test-kprobe.sh
|
2019-01-09 13:43:29 +01:00
|
|
|
|
2020-02-20 15:42:41 +11:00
|
|
|
TEST_FILES := settings
|
|
|
|
|
|
2019-01-09 13:43:29 +01:00
|
|
|
include ../lib.mk
|