blob: 5e0f0068b744381c88684125eb910b0a3eeb7453 [file] [log] [blame]
Sandrine Bailleux9af15ea2018-10-02 15:17:32 +02001#
2# Copyright (c) 2018, Arm Limited. All rights reserved.
3#
4# SPDX-License-Identifier: BSD-3-Clause
5#
6
7# Run all standard tests, plus the extensive ones.
Sandrine Bailleux0c6ef872018-10-02 16:14:58 +02008include tftf/tests/tests-standard.mk
Manish V Badarkhe309d95e2022-12-05 12:22:00 +00009
10TESTS_MAKEFILE += tftf/tests/tests-psci-extensive.mk \
11 tftf/tests/tests-timer-stress.mk
Sandrine Bailleux9af15ea2018-10-02 15:17:32 +020012
13include ${TESTS_MAKEFILE}