Marc Moreno Berengue | ffd3c46 | 2017-11-29 16:09:52 +0000 | [diff] [blame^] | 1 | /* |
2 | * Copyright (c) 2017, Arm Limited. All rights reserved. | ||||
3 | * | ||||
4 | * SPDX-License-Identifier: BSD-3-Clause | ||||
5 | * | ||||
6 | */ | ||||
7 | |||||
8 | #ifndef __INTEG_TEST_H__ | ||||
9 | #define __INTEG_TEST_H__ | ||||
10 | |||||
11 | #ifdef __cplusplus | ||||
12 | extern "C" { | ||||
13 | #endif | ||||
14 | |||||
15 | /** | ||||
16 | * \brief Executes integration tests. | ||||
17 | */ | ||||
18 | void start_integ_test(void); | ||||
19 | |||||
20 | #ifdef __cplusplus | ||||
21 | } | ||||
22 | #endif | ||||
23 | |||||
24 | #endif /* __INTEG_TEST_H__ */ |