Files

19 lines
356 B
Makefile
Raw Permalink Normal View History

2019-01-09 13:43:29 +01:00
# SPDX-License-Identifier: GPL-2.0
TEST_GEN_FILES := test_klp-call_getpid
TEST_GEN_MODS_DIR := test_modules
TEST_PROGS_EXTENDED := functions.sh
TEST_PROGS := \
2019-01-09 13:43:29 +01:00
test-livepatch.sh \
test-callbacks.sh \
test-shadow-vars.sh \
test-state.sh \
2022-09-02 13:52:08 -07:00
test-ftrace.sh \
test-sysfs.sh \
test-syscall.sh \
test-kprobe.sh
2019-01-09 13:43:29 +01:00
TEST_FILES := settings
2019-01-09 13:43:29 +01:00
include ../lib.mk