Linux-libre 5.4.39-gnu
[librecmc/linux-libre.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
9 TEST_FILES := settings
10
11 include ../lib.mk