refactor: remove junk c api tests

This commit is contained in:
CJ van den Berg 2026-03-04 19:48:01 +01:00
parent 33229ffc11
commit e9998ce127
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
7 changed files with 0 additions and 97 deletions

View file

@ -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{};