blob: d00fa39133a6b2437688d9cdd058fca5e2872c20 [file] [log] [blame]
Marc Moreno Berengueffd3c462017-11-29 16:09:52 +00001/*
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
12extern "C" {
13#endif
14
15/**
16 * \brief Executes integration tests.
17 */
18void start_integ_test(void);
19
20#ifdef __cplusplus
21}
22#endif
23
24#endif /* __INTEG_TEST_H__ */