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

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