acl/lib_acl/include/unit_test/acl_unit_test.h
2014-11-19 00:25:21 +08:00

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