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 |
Sandrine Bailleux | 9af15ea | 2018-10-02 15:17:32 +0200 | [diff] [blame] | 9 | TESTS_MAKEFILE += tftf/tests/tests-psci-extensive.mk |
10 | |||||
11 | include ${TESTS_MAKEFILE} |