blob: 6d23e387e68e7c3a526fc8f9936111ba89c600dc [file] [log] [blame]
Mark Dykes16b71692021-09-15 14:13:55 -05001#
nabkah01002e5692022-10-10 12:36:46 +01002# Copyright (c) 2021-2022, Arm Limited. All rights reserved.
Mark Dykes16b71692021-09-15 14:13:55 -05003#
4# SPDX-License-Identifier: BSD-3-Clause
5#
6
nabkah01002e5692022-10-10 12:36:46 +01007TFTF_INCLUDES += \
8 -Iinclude/runtime_services/host_realm_managment
9
Mark Dykes16b71692021-09-15 14:13:55 -050010TESTS_SOURCES += \
11 $(addprefix tftf/tests/runtime_services/realm_payload/, \
nabkah01002e5692022-10-10 12:36:46 +010012 host_realm_payload_tests.c \
Mark Dykeseb6a2792021-09-30 15:35:47 -050013 )
14
15TESTS_SOURCES += \
nabkah01002e5692022-10-10 12:36:46 +010016 $(addprefix tftf/tests/runtime_services/host_realm_managment/, \
17 host_realm_rmi.c \
18 host_realm_helper.c \
19 host_shared_data.c \
20 rmi_delegate_tests.c \
Mark Dykes16b71692021-09-15 14:13:55 -050021 )
nabkah01002e5692022-10-10 12:36:46 +010022
23TESTS_SOURCES += \
24 $(addprefix lib/heap/, \
25 page_alloc.c \
26 )