blob: 6aca291dd17b156a2d6e4e1440577122794b044d [file] [log] [blame]
Sandrine Bailleuxfe6ff412018-10-16 10:20:38 +02001#
Charlie Bareham435c27e2024-08-07 15:32:02 +01002# Copyright (c) 2020-2024, Arm Limited. All rights reserved.
Sandrine Bailleuxfe6ff412018-10-16 10:20:38 +02003#
4# SPDX-License-Identifier: BSD-3-Clause
5#
6
7TESTS_SOURCES += \
8 $(addprefix tftf/tests/runtime_services/standard_service/sdei/system_tests/, \
9 sdei_entrypoint.S \
10 test_sdei.c \
11 test_sdei_state.c \
johpow0142318aa2020-09-17 19:46:01 -050012 test_sdei_rm_any.c \
Daniel Boulby39e4df22021-02-02 19:27:41 +000013 test_sdei_pstate.c \
Charlie Bareham435c27e2024-08-07 15:32:02 +010014 test_sdei_bind_failure.c \
Sandrine Bailleuxfe6ff412018-10-16 10:20:38 +020015 )