aboutsummaryrefslogtreecommitdiff
path: root/tftf/tests/tests-extensive.mk
blob: d1c6c5e08d9e04af333a02c8baf2c3d4fab46c73 (plain)
1
2
3
4
5
6
7
8
9
10
11
#
# 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

include ${TESTS_MAKEFILE}