9 lines
138 B
Makefile
9 lines
138 B
Makefile
|
# SPDX-License-Identifier: GPL-2.0
|
||
|
|
||
|
TEST_GEN_PROGS := \
|
||
|
test-livepatch.sh \
|
||
|
test-callbacks.sh \
|
||
|
test-shadow-vars.sh
|
||
|
|
||
|
include ../lib.mk
|