Sandrine Bailleux | fe6ff41 | 2018-10-16 10:20:38 +0200 | [diff] [blame] | 1 | # |
Charlie Bareham | 435c27e | 2024-08-07 15:32:02 +0100 | [diff] [blame] | 2 | # Copyright (c) 2020-2024, Arm Limited. All rights reserved. |
Sandrine Bailleux | fe6ff41 | 2018-10-16 10:20:38 +0200 | [diff] [blame] | 3 | # |
| 4 | # SPDX-License-Identifier: BSD-3-Clause |
| 5 | # |
| 6 | |
| 7 | TESTS_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 \ |
johpow01 | 42318aa | 2020-09-17 19:46:01 -0500 | [diff] [blame] | 12 | test_sdei_rm_any.c \ |
Daniel Boulby | 39e4df2 | 2021-02-02 19:27:41 +0000 | [diff] [blame] | 13 | test_sdei_pstate.c \ |
Charlie Bareham | 435c27e | 2024-08-07 15:32:02 +0100 | [diff] [blame] | 14 | test_sdei_bind_failure.c \ |
Sandrine Bailleux | fe6ff41 | 2018-10-16 10:20:38 +0200 | [diff] [blame] | 15 | ) |