mirror of
https://github.com/Quad4-Software/Reticulum-Go
synced 2026-08-29 23:48:44 -04:00
9 lines
241 B
Zig
9 lines
241 B
Zig
// SPDX-License-Identifier: Apache-2.0
|
|
// Copyright (c) 2024-2026 Quad4.io
|
|
|
|
comptime {
|
|
_ = @import("smoke_test.zig");
|
|
_ = @import("identity_test.zig");
|
|
_ = @import("destination_test.zig");
|
|
_ = @import("link_udp_test.zig");
|
|
}
|