2019-01-09 13:43:29 +01:00
|
|
|
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
|
|
2019-04-12 15:37:37 +02:00
|
|
|
TEST_PROGS_EXTENDED := functions.sh
|
2019-03-26 11:26:01 -04:00
|
|
|
TEST_PROGS := \
|
2019-01-09 13:43:29 +01:00
|
|
|
test-livepatch.sh \
|
|
|
|
|
test-callbacks.sh \
|
|
|
|
|
test-shadow-vars.sh
|
|
|
|
|
|
|
|
|
|
include ../lib.mk
|