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

TESTS_SOURCES	+=	$(addprefix tftf/tests/performance_tests/,	\
	smc_latencies.c							\
	test_psci_latencies.c						\
)