blob: ad80973ffd8a376a0c71cb74238120a446c2e155 [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/, \
Deepika Bhavnani807c6152019-09-10 23:24:36 +03009 system_reset/test_system_reset.c \
lauwal01513be492019-07-09 10:58:01 -050010 mem_protect/test_mem_protect.c \
11 psci_stat/test_psci_stat.c \
12 reset2/reset2.c \
13 )
14
15ifeq (${USE_NVM},0)
16$(error Reboot tests require USE_NVM=1 to persist test results across reboots)
17endif
18
19ifeq (${NEW_TEST_SESSION},1)
20$(error Reboot tests require NEW_TEST_SESSION=0 to persist test results across reboots)
21endif