blob: 735e1911fbad2ca243e0b2a47da411e306a334bb [file] [log] [blame]
nabkah01002e5692022-10-10 12:36:46 +01001#
Javier Almansa Sobrinoec59c592023-05-25 17:51:48 +01002# Copyright (c) 2021-2023, Arm Limited. All rights reserved.
nabkah01002e5692022-10-10 12:36:46 +01003#
4# SPDX-License-Identifier: BSD-3-Clause
5#
6
Javier Almansa Sobrinoec59c592023-05-25 17:51:48 +01007ifeq (${ARCH},aarch64)
8
nabkah01002e5692022-10-10 12:36:46 +01009TFTF_INCLUDES += \
10 -Iinclude/runtime_services/host_realm_managment
11
12TESTS_SOURCES += \
13 $(addprefix tftf/tests/runtime_services/host_realm_managment/, \
14 host_realm_rmi.c \
Manish V Badarkheb4bd94e2022-12-16 12:15:13 +000015 host_realm_helper.c \
nabkah01002e5692022-10-10 12:36:46 +010016 rmi_spm_tests.c \
17 )
18
19TESTS_SOURCES += \
20 $(addprefix tftf/tests/runtime_services/secure_service/, \
21 ${ARCH}/ffa_arch_helpers.S \
22 ffa_helpers.c \
23 spm_common.c \
J-Alvesd39aa5b2023-05-24 10:21:46 +010024 spm_test_helpers.c \
nabkah01002e5692022-10-10 12:36:46 +010025 )
26
27TESTS_SOURCES += \
28 $(addprefix lib/heap/, \
29 page_alloc.c \
Manish V Badarkheb4bd94e2022-12-16 12:15:13 +000030 )
Javier Almansa Sobrinoec59c592023-05-25 17:51:48 +010031endif