refactor: add a test using the C API

This commit is contained in:
CJ van den Berg 2026-03-04 20:22:26 +01:00
parent cf6685b34b
commit 824faa87da
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
5 changed files with 242 additions and 0 deletions

View file

@ -116,6 +116,7 @@ pub fn build(b: *std.Build) void {
"test/endpoint_tcp.cpp",
"test/hub_filter.cpp",
"test/ip_tcp_client_server.cpp",
"test/ip_tcp_client_server_c.cpp",
"test/ip_udp_echo.cpp",
"test/metronome_test.cpp",
"test/perf_cbor.cpp",