Sandrine Bailleux | fe6ff41 | 2018-10-16 10:20:38 +0200 | [diff] [blame] | 1 | # |
Ambroise Vincent | fae7772 | 2019-03-07 10:17:15 +0000 | [diff] [blame^] | 2 | # Copyright (c) 2018-2019, 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 += $(addprefix tftf/tests/, \ |
| 8 | extensions/amu/test_amu.c \ |
Ambroise Vincent | fae7772 | 2019-03-07 10:17:15 +0000 | [diff] [blame^] | 9 | extensions/sve/sve_operations.S \ |
| 10 | extensions/sve/test_sve.c \ |
Sandrine Bailleux | fe6ff41 | 2018-10-16 10:20:38 +0200 | [diff] [blame] | 11 | runtime_services/arm_arch_svc/smccc_arch_workaround_1.c \ |
| 12 | runtime_services/arm_arch_svc/smccc_arch_workaround_2.c \ |
| 13 | ) |