nats.zig/tests/main.zig
torque 64c1a1604d
tests: add top level function tests
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.
2023-08-27 14:53:28 -07:00

5 lines
74 B
Zig

test {
_ = @import("./nats.zig");
_ = @import("./message.zig");
}