aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/livepatch/Makefile
blob: fd405402c3fff42718593f13b0536d45bb1934c7 (plain) (blame)
1
2
3
4
5
6
7
8
9
# 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