Sandrine Bailleux | fe6ff41 | 2018-10-16 10:20:38 +0200 | [diff] [blame] | 1 | # |
Daniel Boulby | 0e4629f | 2021-10-26 14:01:23 +0100 | [diff] [blame] | 2 | # Copyright (c) 2018-2022, 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/trusted_os/tsp/, \ |
| 9 | test_irq_preempted_std_smc.c \ |
| 10 | test_irq_spurious_gicv2.c \ |
| 11 | test_smc_tsp_std_fn_call.c \ |
| 12 | test_tsp_fast_smc.c \ |
| 13 | test_normal_int_switch.c \ |
Daniel Boulby | 0e4629f | 2021-10-26 14:01:23 +0100 | [diff] [blame] | 14 | test_pstate_after_exception.c \ |
Sandrine Bailleux | fe6ff41 | 2018-10-16 10:20:38 +0200 | [diff] [blame] | 15 | ) |