aboutsummaryrefslogtreecommitdiff
path: root/tftf/tests/tests-sdei.mk
blob: 0c495d99f4f8f361c0755393316a0b952b5e821d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#
# Copyright (c) 2020, Arm Limited. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#

TESTS_SOURCES	+=								\
	$(addprefix tftf/tests/runtime_services/standard_service/sdei/system_tests/, \
		sdei_entrypoint.S 						\
		test_sdei.c 							\
		test_sdei_state.c 						\
		test_sdei_rm_any.c 						\
	)