drm/bridge: adv7511: Switch to atomic operations
[drm/drm-misc.git] / tools / testing / selftests / livepatch / Makefile
bloba080eb54a215dd133cf2a7ddb74521e4fde9faa3
1 # SPDX-License-Identifier: GPL-2.0
3 TEST_GEN_FILES := test_klp-call_getpid
4 TEST_GEN_MODS_DIR := test_modules
5 TEST_PROGS_EXTENDED := functions.sh
6 TEST_PROGS := \
7 test-livepatch.sh \
8 test-callbacks.sh \
9 test-shadow-vars.sh \
10 test-state.sh \
11 test-ftrace.sh \
12 test-sysfs.sh \
13 test-syscall.sh \
14 test-kprobe.sh
16 TEST_FILES := settings
18 include ../lib.mk