blob: 9ef75bb94a358f93b0d8887b2f3150b544fe0269 [file] [log] [blame]
#
# Copyright (c) 2018-2019, Arm Limited. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
TESTS_MAKEFILE := $(addprefix tftf/tests/, \
tests-arm-state-switch.mk \
tests-boot-req.mk \
tests-cpu-extensions.mk \
tests-el3-power-state.mk \
tests-performance.mk \
tests-pmu-leakage.mk \
tests-psci.mk \
tests-runtime-instrumentation.mk \
tests-sdei.mk \
tests-single-fault.mk \
tests-smc.mk \
tests-spm.mk \
tests-template.mk \
tests-tftf-validation.mk \
tests-tsp.mk \
tests-uncontainable.mk \
)
include ${TESTS_MAKEFILE}