refactor: remove junk c api tests
This commit is contained in:
parent
33229ffc11
commit
e9998ce127
7 changed files with 0 additions and 97 deletions
|
|
@ -111,9 +111,6 @@ 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;
|
||||
tests["tcp_c_api"] = tcp_c_api;
|
||||
tests["socket_c_api"] = socket_c_api;
|
||||
|
||||
env_t env{};
|
||||
env_t log_env{};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue