blob: c4d35c6096dc421c3e18fa7d349f75558aa71565 [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
7TESTS_MAKEFILE := $(addprefix tftf/tests/, \
8 tests-arm-state-switch.mk \
9 tests-boot-req.mk \
10 tests-cpu-extensions.mk \
11 tests-el3-power-state.mk \
12 tests-fwu.mk \
13 tests-manual.mk \
14 tests-performance.mk \
15 tests-psci.mk \
16 tests-runtime-instrumentation.mk \
17 tests-sdei.mk \
18 tests-single-fault.mk \
19 tests-spm.mk \
20 tests-template.mk \
21 tests-tftf-validation.mk \
22 tests-tsp.mk \
23 tests-uncontainable.mk \
24)
25
26include ${TESTS_MAKEFILE}