blob: 9364052b6eec44a43feda9db2aeac4135b382c32 [file] [log] [blame]
Sandrine Bailleuxfe6ff412018-10-16 10:20:38 +02001#
Max Shvetsov29911d62021-02-04 16:58:31 +00002# Copyright (c) 2018-2021, Arm Limited. All rights reserved.
Sandrine Bailleuxfe6ff412018-10-16 10:20:38 +02003#
4# SPDX-License-Identifier: BSD-3-Clause
5#
6
7TESTS_SOURCES += \
8 $(addprefix tftf/tests/runtime_services/secure_service/, \
J-Alvese1594872020-05-07 18:34:20 +01009 ffa_helpers.c \
Max Shvetsov29911d62021-02-04 16:58:31 +000010 spm_common.c \
J-Alvese1594872020-05-07 18:34:20 +010011 test_ffa_direct_messaging.c \
Max Shvetsov7f422f02020-06-11 15:03:01 +010012 test_ffa_features.c \
Manish Pandeye858a6f2020-09-11 10:31:28 +010013 test_ffa_interrupts.c \
J-Alves7584c7e2020-10-08 17:25:37 +010014 test_ffa_memory_sharing.c \
J-Alves4e5bbc62020-11-02 17:28:20 +000015 test_ffa_rxtx_map.c \
Max Shvetsov29911d62021-02-04 16:58:31 +000016 test_ffa_version.c \
Olivier Deprezd33f2892020-12-01 15:34:34 +010017 test_spm_cpu_features.c \
Sandrine Bailleuxfe6ff412018-10-16 10:20:38 +020018 )