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

# Run all standard tests, plus the extensive ones.
include tftf/tests/tests-standard.mk

TESTS_MAKEFILE += tftf/tests/tests-psci-extensive.mk	\
		  tftf/tests/tests-timer-stress.mk

include ${TESTS_MAKEFILE}