Kevin Peng | 62a8711 | 2020-07-07 15:07:46 +0800 | [diff] [blame] | 1 | /* |
| 2 | * Copyright (c) 2018, Arm Limited. All rights reserved. |
| 3 | * |
| 4 | * SPDX-License-Identifier: BSD-3-Clause |
| 5 | * |
| 6 | */ |
| 7 | |
| 8 | #ifndef __ATTESTATION_S_TESTS_H__ |
| 9 | #define __ATTESTATION_S_TESTS_H__ |
| 10 | |
| 11 | #include "test/framework/test_framework.h" |
| 12 | |
| 13 | #ifdef __cplusplus |
| 14 | extern "C" { |
| 15 | #endif |
| 16 | |
| 17 | /** |
| 18 | * \brief Register testsuite for the initial attestation service. |
| 19 | * |
| 20 | * \param[in] "p_test_suite" The test suite to be executed. |
| 21 | */ |
| 22 | void |
| 23 | register_testsuite_s_attestation_interface(struct test_suite_t *p_test_suite); |
| 24 | |
| 25 | #ifdef __cplusplus |
| 26 | } |
| 27 | #endif |
| 28 | |
| 29 | #endif /* __ATTESTATION_S_TESTS_H__ */ |