blob: b0f573841953a1d0147de40af365e6fbb3b560a9 [file] [log] [blame]
lauwal01513be492019-07-09 10:58:01 -05001#
2# Copyright (c) 2019, Arm Limited. All rights reserved.
3#
4# SPDX-License-Identifier: BSD-3-Clause
5#
6
7TESTS_SOURCES += \
8 $(addprefix tftf/tests/runtime_services/standard_service/psci/api_tests/, \
9 mem_protect/test_mem_protect.c \
10 psci_stat/test_psci_stat.c \
11 reset2/reset2.c \
12 )
13
14ifeq (${USE_NVM},0)
15$(error Reboot tests require USE_NVM=1 to persist test results across reboots)
16endif
17
18ifeq (${NEW_TEST_SESSION},1)
19$(error Reboot tests require NEW_TEST_SESSION=0 to persist test results across reboots)
20endif