blob: 289c077be7f56f5577d7f035471511081d95593a [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 \
Manish V Badarkheb4bd94e2022-12-16 12:15:13 +000013 host_realm_helper.c \
nabkah01002e5692022-10-10 12:36:46 +010014 rmi_spm_tests.c \
15 )
16
17TESTS_SOURCES += \
18 $(addprefix tftf/tests/runtime_services/secure_service/, \
19 ${ARCH}/ffa_arch_helpers.S \
20 ffa_helpers.c \
21 spm_common.c \
22 )
23
24TESTS_SOURCES += \
25 $(addprefix lib/heap/, \
26 page_alloc.c \
Manish V Badarkheb4bd94e2022-12-16 12:15:13 +000027 )