1# SPDX-License-Identifier: GPL-2.0 2 3TEST_GEN_MODS_DIR := test_modules 4TEST_PROGS_EXTENDED := functions.sh 5TEST_PROGS := \ 6 test-livepatch.sh \ 7 test-callbacks.sh \ 8 test-shadow-vars.sh \ 9 test-state.sh \ 10 test-ftrace.sh \ 11 test-sysfs.sh 12 13TEST_FILES := settings 14 15include ../lib.mk 16