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

TESTS_SOURCES	+=							\
	$(addprefix tftf/tests/runtime_services/secure_service/,	\
		spci_helpers.c						\
		test_spci_handle_open.c					\
		test_spci_blocking_request.c				\
		test_spci_non_blocking_request.c			\
		test_spci_blocking_while_busy.c				\
		test_spci_blocking_interrupt.c				\
		test_spci_non_blocking_interrupt.c			\
	)