refactor: remove junk c api tests
This commit is contained in:
parent
33229ffc11
commit
e9998ce127
7 changed files with 0 additions and 97 deletions
|
|
@ -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"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue