blob: 82ea09434d62b6207221a0e76d546db79c4e2bfd [file] [log] [blame]
#
# Copyright (c) 2023, Arm Limited. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
TFTF_INCLUDES += \
-Iinclude/runtime_services/host_realm_managment
TESTS_SOURCES += tftf/tests/misc_tests/test_invalid_access.c
ifeq (${ARCH},aarch64)
TESTS_SOURCES += \
$(addprefix tftf/tests/runtime_services/host_realm_managment/, \
host_realm_rmi.c \
host_realm_helper.c \
)
endif
TESTS_SOURCES += \
$(addprefix tftf/tests/runtime_services/secure_service/, \
${ARCH}/ffa_arch_helpers.S \
ffa_helpers.c \
spm_common.c \
test_ffa_memory_sharing.c \
test_ffa_setup_and_discovery.c \
spm_test_helpers.c \
test_ffa_exceptions.c \
)