blob: e73bfb72b304850e207e9e11e3c1cff283101fd6 [file] [log] [blame]
Sandrine Bailleuxfe6ff412018-10-16 10:20:38 +02001#
Daniel Boulby39e4df22021-02-02 19:27:41 +00002# Copyright (c) 2020-2021, 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 \
Sandrine Bailleuxfe6ff412018-10-16 10:20:38 +020014 )