mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-08 11:35:02 -05:00
7 lines
179 B
Zig
7 lines
179 B
Zig
comptime {
|
|
_ = @import("test_encryption.zig");
|
|
_ = @import("test_bootstrap.zig");
|
|
_ = @import("test_bit_extract.zig");
|
|
_ = @import("test_vertical_packing.zig");
|
|
}
|