These are mostly just tests to make sure the wrappers function as written, rather than testing for any specific output. This commit demonstrates the simple value of actually referencing the various wrapper functions, as a variety of really basic compilation errors were caught and addressed.
5 lines
74 B
Zig
5 lines
74 B
Zig
test {
|
|
_ = @import("./nats.zig");
|
|
_ = @import("./message.zig");
|
|
}
|