lauwal01 | 513be49 | 2019-07-09 10:58:01 -0500 | [diff] [blame] | 1 | # |
| 2 | # Copyright (c) 2019, 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/, \ |
Deepika Bhavnani | 807c615 | 2019-09-10 23:24:36 +0300 | [diff] [blame] | 9 | system_reset/test_system_reset.c \ |
lauwal01 | 513be49 | 2019-07-09 10:58:01 -0500 | [diff] [blame] | 10 | mem_protect/test_mem_protect.c \ |
| 11 | psci_stat/test_psci_stat.c \ |
| 12 | reset2/reset2.c \ |
| 13 | ) |
| 14 | |
| 15 | ifeq (${USE_NVM},0) |
| 16 | $(error Reboot tests require USE_NVM=1 to persist test results across reboots) |
| 17 | endif |
| 18 | |
| 19 | ifeq (${NEW_TEST_SESSION},1) |
| 20 | $(error Reboot tests require NEW_TEST_SESSION=0 to persist test results across reboots) |
| 21 | endif |