Sandrine Bailleux | 9af15ea | 2018-10-02 15:17:32 +0200 | [diff] [blame] | 1 | # |
| 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 Bailleux | 0c6ef87 | 2018-10-02 16:14:58 +0200 | [diff] [blame] | 8 | include tftf/tests/tests-standard.mk |
Manish V Badarkhe | 309d95e | 2022-12-05 12:22:00 +0000 | [diff] [blame] | 9 | |
| 10 | TESTS_MAKEFILE += tftf/tests/tests-psci-extensive.mk \ |
| 11 | tftf/tests/tests-timer-stress.mk |
Sandrine Bailleux | 9af15ea | 2018-10-02 15:17:32 +0200 | [diff] [blame] | 12 | |
| 13 | include ${TESTS_MAKEFILE} |