/* | |
* Copyright (c) 2017, Arm Limited. All rights reserved. | |
* | |
* SPDX-License-Identifier: BSD-3-Clause | |
* | |
*/ | |
#ifndef __INTEG_TEST_H__ | |
#define __INTEG_TEST_H__ | |
#ifdef __cplusplus | |
extern "C" { | |
#endif | |
/** | |
* \brief Executes integration tests. | |
*/ | |
void start_integ_test(void); | |
#ifdef __cplusplus | |
} | |
#endif | |
#endif /* __INTEG_TEST_H__ */ |