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

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

include ../lib.mk