blob: d00fa39133a6b2437688d9cdd058fca5e2872c20 [file] [log] [blame]
/*
* 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__ */