| ... | @@ -87,6 +87,7 @@ pub const from_hex = @import("./from_hex.zig").from_hex; | ... | @@ -87,6 +87,7 @@ pub const from_hex = @import("./from_hex.zig").from_hex; |
| 87 | pub const Pointee = @import("./Pointee.zig").Pointee; | 87 | pub const Pointee = @import("./Pointee.zig").Pointee; |
| 88 | pub const compareFnSlice = @import("./compareFnSlice.zig").compareFnSlice; | 88 | pub const compareFnSlice = @import("./compareFnSlice.zig").compareFnSlice; |
| 89 | pub const sumLen = @import("./sumLen.zig").sumLen; | 89 | pub const sumLen = @import("./sumLen.zig").sumLen; |
| | 90 | pub const splitScalarN = @import("./splitScalarN.zig").splitScalarN; |
| 90 | | 91 | |
| 91 | test { | 92 | test { |
| 92 | _ = @import("reduceNumber.zig"); | 93 | _ = @import("reduceNumber.zig"); |
| ... | @@ -163,4 +164,5 @@ test { | ... | @@ -163,4 +164,5 @@ test { |
| 163 | _ = @import("Pointee.zig"); | 164 | _ = @import("Pointee.zig"); |
| 164 | _ = @import("compareFnSlice.zig"); | 165 | _ = @import("compareFnSlice.zig"); |
| 165 | _ = @import("sumLen.zig"); | 166 | _ = @import("sumLen.zig"); |
| | 167 | _ = @import("splitScalarN.zig"); |
| 166 | } | 168 | } |