blob: bd8132bb0725db619b4a30eef1384cba180dfae1 [file] [log] [blame]
Sandrine Bailleuxfe6ff412018-10-16 10:20:38 +02001#
2# Copyright (c) 2018, 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 system_off/test_system_off.c \
13 )
Paul Beesley960906b2019-02-08 11:32:05 +000014
15ifeq (${USE_NVM},0)
16$(error Manual tests require USE_NVM=1 to persist test results across reboots)
17endif
18
19ifeq (${NEW_TEST_SESSION},1)
20$(error Manual tests require NEW_TEST_SESSION=0 to persist test results across reboots)
21endif