aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/livepatch/Makefile
blob: 114f43e2081a98d3d36a742ca6a62e8d4581ef09 (plain) (blame)
1
2
3
4
5
6
7
8
# SPDX-License-Identifier: GPL-2.0

TEST_PROGS := \
	test-livepatch.sh \
	test-callbacks.sh \
	test-shadow-vars.sh

include ../lib.mk