blob: c4876879fe5f943c560b28a98fdffb33e2aac54b [file] [log] [blame]
Sandrine Bailleuxfe6ff412018-10-16 10:20:38 +02001#
2# Copyright (c) 2018, Arm Limited. All rights reserved.
3#
4# SPDX-License-Identifier: BSD-3-Clause
5#
6
7TESTS_SOURCES += \
8 $(addprefix tftf/tests/runtime_services/secure_service/, \
Antonio Nino Diaz652d20a2018-12-10 17:17:33 +00009 spci_helpers.c \
10 test_spci_handle_open.c \
Antonio Nino Diaza1497e32018-11-08 11:45:13 +000011 test_spci_blocking_request.c \
12 test_spci_non_blocking_request.c \
Antonio Nino Diaz49b05a82018-11-08 11:46:22 +000013 test_spci_blocking_while_busy.c \
Antonio Nino Diaz10a02542018-12-19 14:28:08 +000014 test_spci_blocking_interrupt.c \
15 test_spci_non_blocking_interrupt.c \
Sandrine Bailleuxfe6ff412018-10-16 10:20:38 +020016 )