aboutsummaryrefslogtreecommitdiff
path: root/tftf/tests/tests-tegra194.mk
blob: ef6d8487a9eed3b96533111cbdc7942c740fbc44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#
# Copyright (c) 2020, NVIDIA Corporation. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#

TESTS_SOURCES	+=	$(addprefix tftf/tests/plat/nvidia/common/,		\
	test_sip.c								\
)

TESTS_SOURCES	+=	$(addprefix tftf/tests/plat/nvidia/tegra194/,		\
	test_ras_corrected.c							\
	test_ras_uncorrectable.c						\
	serror_handler.S							\
)

include tftf/tests/tests-standard.mk
TESTS_SOURCES += $(sort ${TESTS_SOURCES})