aboutsummaryrefslogtreecommitdiff
path: root/tftf/tests/tests-spm.mk
blob: 9364052b6eec44a43feda9db2aeac4135b382c32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#
# Copyright (c) 2018-2021, Arm Limited. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#

TESTS_SOURCES	+=							\
	$(addprefix tftf/tests/runtime_services/secure_service/,	\
		ffa_helpers.c						\
		spm_common.c						\
		test_ffa_direct_messaging.c				\
		test_ffa_features.c					\
		test_ffa_interrupts.c					\
		test_ffa_memory_sharing.c				\
		test_ffa_rxtx_map.c					\
		test_ffa_version.c					\
		test_spm_cpu_features.c					\
	)