mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-05 05:18:53 +08:00
19 lines
278 B
C
19 lines
278 B
C
#ifndef ACL_UNIT_TEST_INCLUDE_H
|
|
#define ACL_UNIT_TEST_INCLUDE_H
|
|
|
|
# ifdef __cplusplus
|
|
extern "C" {
|
|
# endif
|
|
|
|
#include "acl_test_struct.h"
|
|
#include "acl_test_global.h"
|
|
#include "acl_test_var.h"
|
|
#include "acl_test_macro.h"
|
|
|
|
# ifdef __cplusplus
|
|
}
|
|
# endif
|
|
|
|
#endif
|
|
|