blob: 960aa939843dc4404e358a616c6267f18a206a51 [file] [log] [blame]
nabkah01002e5692022-10-10 12:36:46 +01001#
2# Copyright (c) 2021-2022, Arm Limited. All rights reserved.
3#
4# SPDX-License-Identifier: BSD-3-Clause
5#
6
7TFTF_INCLUDES += \
8 -Iinclude/runtime_services/host_realm_managment
9
10TESTS_SOURCES += \
11 $(addprefix tftf/tests/runtime_services/host_realm_managment/, \
12 host_realm_rmi.c \
13 rmi_spm_tests.c \
14 )
15
16TESTS_SOURCES += \
17 $(addprefix tftf/tests/runtime_services/secure_service/, \
18 ${ARCH}/ffa_arch_helpers.S \
19 ffa_helpers.c \
20 spm_common.c \
21 )
22
23TESTS_SOURCES += \
24 $(addprefix lib/heap/, \
25 page_alloc.c \
26 )