aboutsummaryrefslogtreecommitdiff
path: root/tftf/tests/tests-psci.mk
blob: 0be0cef170ffeadc04aacf4a4d598c9804548576 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#
# Copyright (c) 2018, Arm Limited. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#

TESTS_SOURCES	+=								\
	$(addprefix tftf/tests/runtime_services/standard_service/,		\
		query_std_svc.c 						\
		unknown_smc.c 							\
	)

TESTS_SOURCES	+=						\
	$(addprefix tftf/tests/runtime_services/standard_service/psci/api_tests/, \
		affinity_info/test_psci_affinity_info.c		\
		cpu_hotplug/test_psci_hotplug.c			\
		cpu_hotplug/test_psci_hotplug_invalid.c		\
		cpu_suspend/test_suspend.c			\
		mem_protect_check/mem_protect_check.c		\
		migrate_info_type/test_migrate_info_type.c	\
		psci_features/test_psci_features.c		\
		psci_node_hw_state/test_node_hw_state.c		\
		psci_stat/test_psci_stat.c			\
		psci_version/test_psci_version.c		\
		system_suspend/test_psci_system_suspend.c	\
	)