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

@ -125,9 +125,6 @@ pub fn build(b: *std.Build) void {
"test/spawn_exit.cpp",
"test/tests.cpp",
"test/timeout_test.cpp",
"test/unx_c_api.cpp",
"test/tcp_c_api.cpp",
"test/socket_c_api.cpp",
}, .flags = &cppflags });
tests.linkLibrary(lib);
tests.linkLibrary(asio_dep.artifact("asio"));