blob: 67e246090efd8abf613f93cadc2f43ebc8430a5f [file] [log] [blame]
Sandrine Bailleuxfe6ff412018-10-16 10:20:38 +02001#
Deepika Bhavnani807c6152019-09-10 23:24:36 +03002# Copyright (c) 2018-2019, Arm Limited. All rights reserved.
Sandrine Bailleuxfe6ff412018-10-16 10:20:38 +02003#
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 \
Sandrine Bailleuxfe6ff412018-10-16 10:20:38 +020010 mem_protect/test_mem_protect.c \
11 psci_stat/test_psci_stat.c \
12 reset2/reset2.c \
13 system_off/test_system_off.c \
14 )
Paul Beesley960906b2019-02-08 11:32:05 +000015
16ifeq (${USE_NVM},0)
17$(error Manual tests require USE_NVM=1 to persist test results across reboots)
18endif
19
20ifeq (${NEW_TEST_SESSION},1)
21$(error Manual tests require NEW_TEST_SESSION=0 to persist test results across reboots)
Deepika Bhavnani807c6152019-09-10 23:24:36 +030022endif