Sandrine Bailleux | fe6ff41 | 2018-10-16 10:20:38 +0200 | [diff] [blame] | 1 | # |
Manish V Badarkhe | bc93a34 | 2020-04-28 17:59:32 +0100 | [diff] [blame] | 2 | # Copyright (c) 2018-2020, 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 \ |
Sandrine Bailleux | 277fb76 | 2019-10-08 12:10:45 +0200 | [diff] [blame] | 9 | extensions/mte/test_mte.c \ |
Ambroise Vincent | fae7772 | 2019-03-07 10:17:15 +0000 | [diff] [blame] | 10 | extensions/sve/sve_operations.S \ |
| 11 | extensions/sve/test_sve.c \ |
Jimmy Brisson | 90f1d5c | 2020-04-16 10:54:51 -0500 | [diff] [blame] | 12 | extensions/fgt/test_fgt.c \ |
Jimmy Brisson | 945095a | 2020-04-16 10:54:59 -0500 | [diff] [blame] | 13 | extensions/ecv/test_ecv.c \ |
Sandrine Bailleux | fe6ff41 | 2018-10-16 10:20:38 +0200 | [diff] [blame] | 14 | runtime_services/arm_arch_svc/smccc_arch_workaround_1.c \ |
| 15 | runtime_services/arm_arch_svc/smccc_arch_workaround_2.c \ |
Manish V Badarkhe | bc93a34 | 2020-04-28 17:59:32 +0100 | [diff] [blame] | 16 | runtime_services/arm_arch_svc/smccc_arch_soc_id.c \ |
Alexei Fedorov | 65c4653 | 2019-09-30 11:43:23 +0100 | [diff] [blame] | 17 | extensions/pauth/test_pauth.c \ |
Sandrine Bailleux | fe6ff41 | 2018-10-16 10:20:38 +0200 | [diff] [blame] | 18 | ) |