aboutsummaryrefslogtreecommitdiff
path: root/tftf/tests/tests-spm-mm.mk
blob: 1a6cb3cd02009d9a2843ab7f7e135528c2f16d53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#
# Copyright (c) 2018, Arm Limited. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#

TESTS_SOURCES	+=							\
	$(addprefix tftf/tests/runtime_services/mm_service/,		\
		secure_service_helpers.c				\
		test_secure_service_handle.c 				\
		test_secure_service_interrupts.c			\
	)