2023-09-02 15:04:46 -07:00
|
|
|
// This file is licensed under the CC0 1.0 license.
|
|
|
|
// See: https://creativecommons.org/publicdomain/zero/1.0/legalcode
|
|
|
|
|
2023-08-21 23:31:46 -07:00
|
|
|
test {
|
2023-08-27 14:50:44 -07:00
|
|
|
_ = @import("./nats.zig");
|
2023-08-27 18:10:53 -07:00
|
|
|
_ = @import("./connection.zig");
|
2023-08-21 23:31:46 -07:00
|
|
|
_ = @import("./message.zig");
|
2023-09-03 16:28:00 -07:00
|
|
|
_ = @import("./subscription.zig");
|
2023-08-21 23:31:46 -07:00
|
|
|
}
|