blob: 515188aface90967ec73d7e13e6f7f45aeb47e29 [file] [log] [blame]
Harrison Mutai6e011642023-09-22 17:17:35 +01001#
2# Copyright (c) 2023, Arm Limited. All rights reserved.
3#
4# SPDX-License-Identifier: BSD-3-Clause
5#
6
7ifeq (${TRANSFER_LIST}, 1)
8
9TESTS_SOURCES += $(addprefix tftf/tests/misc_tests/, \
10 test_firmware_handoff.c \
11)
12
13endif