aboutsummaryrefslogtreecommitdiff
path: root/tftf/tests/tests-single-fault.mk
blob: 86a23c3805cf111cc89702c4bdff27fd3981a9bf (plain)
1
2
3
4
5
6
7
8
9
10
#
# Copyright (c) 2023, Arm Limited. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#

TESTS_SOURCES	+=	$(addprefix tftf/tests/misc_tests/,		\
	inject_ras_error.S 						\
	test_single_fault.c 						\
)