Akshay Belsare | 53538e2 | 2022-07-28 14:54:22 +0530 | [diff] [blame] | 1 | # |
2 | # Copyright (c) 2022-2023, Advanced Micro Devices, Inc. All rights reserved. | ||||
3 | # | ||||
4 | # SPDX-License-Identifier: BSD-3-Clause | ||||
5 | # | ||||
6 | TESTS_SOURCES += $(addprefix tftf/tests/plat/xilinx/common/, \ | ||||
7 | plat_pm.c \ | ||||
8 | ) | ||||
9 | |||||
10 | |||||
11 | include tftf/tests/tests-standard.mk | ||||
12 | TESTS_SOURCES += $(sort ${TESTS_SOURCES}) |