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 | |||||
8 | #ifndef RSS_AP_TESTSUITES_H | ||||
9 | #define RSS_AP_TESTSUITES_H | ||||
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 | |||||
16 | #endif /* RSS_AP_TESTSUITES_H */ |