blob: 97d530fdfb75acf58bb5f61e52b5b18395c23871 [file] [log] [blame]
Sandrine Bailleux9af15ea2018-10-02 15:17:32 +02001#
Petre-Ionut Tudorf68ebdb2019-09-18 16:13:00 +01002# Copyright (c) 2018-2019, Arm Limited. All rights reserved.
Sandrine Bailleux9af15ea2018-10-02 15:17:32 +02003#
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 \
Sandrine Bailleux9af15ea2018-10-02 15:17:32 +020012 tests-performance.mk \
Petre-Ionut Tudorf68ebdb2019-09-18 16:13:00 +010013 tests-pmu-leakage.mk \
Sandrine Bailleux9af15ea2018-10-02 15:17:32 +020014 tests-psci.mk \
15 tests-runtime-instrumentation.mk \
16 tests-sdei.mk \
17 tests-single-fault.mk \
Sandrine Bailleux3f556eb2018-11-16 14:00:40 +010018 tests-smc.mk \
Sandrine Bailleux9af15ea2018-10-02 15:17:32 +020019 tests-spm.mk \
20 tests-template.mk \
21 tests-tftf-validation.mk \
22 tests-tsp.mk \
23 tests-uncontainable.mk \
Ambroise Vincent81042e32019-07-11 14:49:47 +010024 tests-debugfs.mk \
Sandrine Bailleux9af15ea2018-10-02 15:17:32 +020025)
26
27include ${TESTS_MAKEFILE}