Madhukar Pappireddy | 3ca2342 | 2024-07-05 16:26:12 -0500 | [diff] [blame] | 1 | # |
| 2 | # Copyright (c) 2024, Arm Limited. All rights reserved. |
| 3 | # |
| 4 | # SPDX-License-Identifier: BSD-3-Clause |
| 5 | # |
| 6 | |
| 7 | TESTS_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 | |
| 15 | ifeq (${ARCH},aarch64) |
| 16 | TESTS_SOURCES += \ |
| 17 | $(addprefix tftf/tests/runtime_services/secure_service/, \ |
| 18 | test_spm_simd.c \ |
| 19 | ) |
| 20 | |
| 21 | TESTS_SOURCES += \ |
| 22 | $(addprefix tftf/tests/runtime_services/secure_service/, \ |
| 23 | test_ffa_smccc.c \ |
| 24 | test_ffa_smccc_asm.S \ |
| 25 | ) |
| 26 | |
| 27 | TESTS_SOURCES += lib/extensions/fpu/fpu.c |
| 28 | endif |