Merge tag 'docs-5.6-fixes' of git://git.lwn.net/linux
[linux-2.6-microblaze.git] / tools / testing / selftests / livepatch / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2
3 TEST_PROGS_EXTENDED := functions.sh
4 TEST_PROGS := \
5         test-livepatch.sh \
6         test-callbacks.sh \
7         test-shadow-vars.sh \
8         test-state.sh \
9         test-ftrace.sh
10
11 TEST_FILES := settings
12
13 include ../lib.mk