blob: 597ee8c45e51dd1b7e88100974542f3ed43cdc3e [file] [log] [blame]
Sandrine Bailleuxfe6ff412018-10-16 10:20:38 +02001#
Govindraj Raja951d5fb2024-03-14 09:50:37 -05002# Copyright (c) 2018-2024, Arm Limited. All rights reserved.
Sandrine Bailleuxfe6ff412018-10-16 10:20:38 +02003#
4# SPDX-License-Identifier: BSD-3-Clause
5#
6
Sandrine Bailleuxfe6ff412018-10-16 10:20:38 +02007TESTS_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 )