Sandrine Bailleux | fe6ff41 | 2018-10-16 10:20:38 +0200 | [diff] [blame] | 1 | # |
| 2 | # Copyright (c) 2018, Arm Limited. All rights reserved. |
| 3 | # |
| 4 | # SPDX-License-Identifier: BSD-3-Clause |
| 5 | # |
| 6 | |
| 7 | TESTS_SOURCES += \ |
| 8 | $(addprefix tftf/tests/runtime_services/standard_service/, \ |
| 9 | query_std_svc.c \ |
| 10 | unknown_smc.c \ |
| 11 | ) |
| 12 | |
| 13 | TESTS_SOURCES += \ |
| 14 | $(addprefix tftf/tests/runtime_services/standard_service/psci/api_tests/, \ |
| 15 | affinity_info/test_psci_affinity_info.c \ |
| 16 | cpu_hotplug/test_psci_hotplug.c \ |
| 17 | cpu_hotplug/test_psci_hotplug_invalid.c \ |
| 18 | cpu_suspend/test_suspend.c \ |
| 19 | mem_protect_check/mem_protect_check.c \ |
| 20 | migrate_info_type/test_migrate_info_type.c \ |
| 21 | psci_features/test_psci_features.c \ |
| 22 | psci_node_hw_state/test_node_hw_state.c \ |
| 23 | psci_stat/test_psci_stat.c \ |
| 24 | psci_version/test_psci_version.c \ |
| 25 | system_suspend/test_psci_system_suspend.c \ |
| 26 | ) |