aboutsummaryrefslogtreecommitdiff
path: root/tftf/tests/tests-unstable.mk
blob: 5097ffb946a1dc9627bebc32103cbf5b53220d77 (plain)
1
2
3
4
5
6
7
8
9
10
#
# Copyright (c) 2019, Arm Limited. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#

TESTS_SOURCES	+= $(addprefix tftf/tests/,					\
	runtime_services/standard_service/psci/system_tests/test_psci_on_off_suspend_stress.c \
	runtime_services/standard_service/psci/system_tests/test_psci_system_suspend_stress.c \
)