Mate Toth-Pal | 14ba4af | 2022-10-21 14:24:49 +0200 | [diff] [blame] | 1 | |
| 2 | /* |
| 3 | * Copyright (c) 2022, Arm Ltd. All rights reserved. |
| 4 | * |
| 5 | * SPDX-License-Identifier: BSD-3-Clause |
| 6 | */ |
| 7 | |
Tamas Ban | dc15bf4 | 2024-02-22 11:35:28 +0100 | [diff] [blame] | 8 | #ifndef RSE_AP_TESTSUITES_H |
| 9 | #define RSE_AP_TESTSUITES_H |
Mate Toth-Pal | 14ba4af | 2022-10-21 14:24:49 +0200 | [diff] [blame] | 10 | |
| 11 | #include <test_framework.h> |
| 12 | |
| 13 | void register_testsuite_measured_boot(struct test_suite_t *p_test_suite); |
| 14 | void register_testsuite_delegated_attest(struct test_suite_t *p_test_suite); |
| 15 | |
Tamas Ban | dc15bf4 | 2024-02-22 11:35:28 +0100 | [diff] [blame] | 16 | #endif /* RSE_AP_TESTSUITES_H */ |