blob: a9c94827e40bfd139ccf6559b1df0800ae002564 [file] [log] [blame]
Madhukar Pappireddy3ca23422024-07-05 16:26:12 -05001#
2# Copyright (c) 2024, 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/, \
9 ${ARCH}/ffa_arch_helpers.S \
10 ffa_helpers.c \
11 spm_common.c \
12 spm_test_helpers.c \
13 )
14
15ifeq (${ARCH},aarch64)
16TESTS_SOURCES += \
17 $(addprefix tftf/tests/runtime_services/secure_service/, \
18 test_spm_simd.c \
19 )
20
21TESTS_SOURCES += \
22 $(addprefix tftf/tests/runtime_services/secure_service/, \
23 test_ffa_smccc.c \
24 test_ffa_smccc_asm.S \
25 )
26
27TESTS_SOURCES += lib/extensions/fpu/fpu.c
28endif