nats.zig/tests/main.zig
torque 40d898a55e
tests: start building tests in separate directory
This approach seems nice, and as a bonus it makes it easier to run the
tests through the module interface rather than by importing the
sources directly, which I think is a good dog food approach.
2023-08-21 23:31:46 -07:00

6 lines
72 B
Zig

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