mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-11 08:14:27 +08:00
802c247160
Add functions.sh to TEST_PROGS_EXTENDED so that it is installed along with the rest of the selftests and they can be run. Originally-by: Shuah Khan <shuah@kernel.org> Signed-off-by: Miroslav Benes <mbenes@suse.cz> Acked-by: Joe Lawrence <joe.lawrence@redhat.com> Signed-off-by: Petr Mladek <pmladek@suse.com>
10 lines
170 B
Makefile
10 lines
170 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
|
|
|
|
include ../lib.mk
|