mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-26 10:05:18 +07: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
|