Sandrine Bailleux | fe6ff41 | 2018-10-16 10:20:38 +0200 | [diff] [blame] | 1 | # |
Deepika Bhavnani | 807c615 | 2019-09-10 23:24:36 +0300 | [diff] [blame] | 2 | # Copyright (c) 2018-2019, Arm Limited. All rights reserved. |
Sandrine Bailleux | fe6ff41 | 2018-10-16 10:20:38 +0200 | [diff] [blame] | 3 | # |
| 4 | # SPDX-License-Identifier: BSD-3-Clause |
| 5 | # |
| 6 | |
| 7 | TESTS_SOURCES += \ |
| 8 | $(addprefix tftf/tests/runtime_services/standard_service/psci/api_tests/, \ |
Deepika Bhavnani | 807c615 | 2019-09-10 23:24:36 +0300 | [diff] [blame] | 9 | system_reset/test_system_reset.c \ |
Sandrine Bailleux | fe6ff41 | 2018-10-16 10:20:38 +0200 | [diff] [blame] | 10 | 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 Beesley | 960906b | 2019-02-08 11:32:05 +0000 | [diff] [blame] | 15 | |
| 16 | ifeq (${USE_NVM},0) |
| 17 | $(error Manual tests require USE_NVM=1 to persist test results across reboots) |
| 18 | endif |
| 19 | |
| 20 | ifeq (${NEW_TEST_SESSION},1) |
| 21 | $(error Manual tests require NEW_TEST_SESSION=0 to persist test results across reboots) |
Deepika Bhavnani | 807c615 | 2019-09-10 23:24:36 +0300 | [diff] [blame] | 22 | endif |