feat: add C & Zig bindings for unix acceptor and connector
This commit is contained in:
parent
628e990f6e
commit
ed91a28f5f
9 changed files with 283 additions and 0 deletions
|
|
@ -111,6 +111,7 @@ extern "C" auto runtestcase(const char *name) -> int {
|
|||
tests["perf_spawn"] = perf_spawn;
|
||||
tests["spawn_exit"] = spawn_exit;
|
||||
tests["timeout_test"] = timeout_test;
|
||||
tests["unx_c_api"] = unx_c_api;
|
||||
|
||||
env_t env{};
|
||||
env_t log_env{};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue