laurenw-arm | 2129608 | 2019-09-18 14:53:33 -0500 | [diff] [blame] | 1 | # |
| 2 | # Copyright (c) 2018, Arm Limited. All rights reserved. |
| 3 | # |
| 4 | # SPDX-License-Identifier: BSD-3-Clause |
| 5 | # |
| 6 | |
| 7 | TESTS_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 | |
| 13 | ifeq (${USE_NVM},0) |
| 14 | $(error Manual tests require USE_NVM=1 to persist test results across reboots) |
| 15 | endif |
| 16 | |
| 17 | ifeq (${NEW_TEST_SESSION},1) |
| 18 | $(error Manual tests require NEW_TEST_SESSION=0 to persist test results across reboots) |
| 19 | endif |