acl/lib_fiber/unit_test/io/test_io_tab.h
2022-12-29 22:11:51 +08:00

11 lines
272 B
C

#pragma once
static AUT_FN_ITEM __test_fn_tab[] = {
/* 命令字名称 函数提示名 回调函数名称 回调参数 是否是内部命令 */
/* In eventfd.cpp */
{ "test_eventfd", "test_eventfd", test_eventfd, NULL, 0 },
{ NULL, NULL, NULL, NULL, 0 },
};