mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-19 00:54:41 +08:00
ff1b80ec84
Add a test for livepatch sysfs entries. Signed-off-by: Song Liu <song@kernel.org> Reviewed-by: Petr Mladek <pmladek@suse.com> Signed-off-by: Petr Mladek <pmladek@suse.com> Link: https://lore.kernel.org/r/20220902205208.3117798-3-song@kernel.org
15 lines
246 B
Makefile
15 lines
246 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
TEST_PROGS_EXTENDED := functions.sh
|
|
TEST_PROGS := \
|
|
test-livepatch.sh \
|
|
test-callbacks.sh \
|
|
test-shadow-vars.sh \
|
|
test-state.sh \
|
|
test-ftrace.sh \
|
|
test-sysfs.sh
|
|
|
|
TEST_FILES := settings
|
|
|
|
include ../lib.mk
|