blob: fed0a6028367cf92ae6850118088ecf543ae7f47 [file] [log] [blame]
laurenw-arm21296082019-09-18 14:53:33 -05001#
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 psci_stat/test_psci_stat.c \
10 system_off/test_system_off.c \
11 )
12
13ifeq (${USE_NVM},0)
14$(error Manual tests require USE_NVM=1 to persist test results across reboots)
15endif
16
17ifeq (${NEW_TEST_SESSION},1)
18$(error Manual tests require NEW_TEST_SESSION=0 to persist test results across reboots)
19endif