Sandrine Bailleux | fe6ff41 | 2018-10-16 10:20:38 +0200 | [diff] [blame] | 1 | # |
Govindraj Raja | 951d5fb | 2024-03-14 09:50:37 -0500 | [diff] [blame] | 2 | # Copyright (c) 2018-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 | |
Sandrine Bailleux | fe6ff41 | 2018-10-16 10:20:38 +0200 | [diff] [blame] | 7 | TESTS_SOURCES += \ |
| 8 | $(addprefix tftf/tests/runtime_services/standard_service/psci/api_tests/, \ |
| 9 | affinity_info/test_psci_affinity_info.c \ |
| 10 | cpu_hotplug/test_psci_hotplug.c \ |
| 11 | cpu_hotplug/test_psci_hotplug_invalid.c \ |
| 12 | cpu_suspend/test_suspend.c \ |
| 13 | mem_protect_check/mem_protect_check.c \ |
| 14 | migrate_info_type/test_migrate_info_type.c \ |
| 15 | psci_features/test_psci_features.c \ |
| 16 | psci_node_hw_state/test_node_hw_state.c \ |
| 17 | psci_stat/test_psci_stat.c \ |
| 18 | psci_version/test_psci_version.c \ |
| 19 | system_suspend/test_psci_system_suspend.c \ |
| 20 | ) |