blob: 73d2baf3dce618e8995aad7b7852e87c73489595 [file] [log] [blame]
Sandrine Bailleuxfe6ff412018-10-16 10:20:38 +02001#
Max Shvetsov103e0562021-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-Alves7581c382020-05-07 18:34:20 +01009 ffa_helpers.c \
Max Shvetsov103e0562021-02-04 16:58:31 +000010 spm_common.c \
J-Alves7581c382020-05-07 18:34:20 +010011 test_ffa_direct_messaging.c \
Max Shvetsovc17c1d32020-06-11 15:03:01 +010012 test_ffa_features.c \
J-Alves40618a32020-10-08 17:25:37 +010013 test_ffa_memory_sharing.c \
J-Alvesf1126f22020-11-02 17:28:20 +000014 test_ffa_rxtx_map.c \
Max Shvetsov103e0562021-02-04 16:58:31 +000015 test_ffa_version.c \
Olivier Deprez881b1992020-12-01 15:34:34 +010016 test_spm_cpu_features.c \
Sandrine Bailleuxfe6ff412018-10-16 10:20:38 +020017 )