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