| ... | @@ -141,6 +141,20 @@ test "null_out_stream" { | ... | @@ -141,6 +141,20 @@ test "null_out_stream" { |
| 141 | } | 141 | } |
| 142 | | 142 | |
| 143 | test "" { | 143 | test "" { |
| | 144 | _ = @import("io/bit_in_stream.zig"); |
| | 145 | _ = @import("io/bit_out_stream.zig"); |
| | 146 | _ = @import("io/buffered_atomic_file.zig"); |
| | 147 | _ = @import("io/buffered_in_stream.zig"); |
| | 148 | _ = @import("io/buffered_out_stream.zig"); |
| | 149 | _ = @import("io/c_out_stream.zig"); |
| | 150 | _ = @import("io/counting_out_stream.zig"); |
| | 151 | _ = @import("io/fixed_buffer_stream.zig"); |
| | 152 | _ = @import("io/in_stream.zig"); |
| | 153 | _ = @import("io/out_stream.zig"); |
| | 154 | _ = @import("io/peek_stream.zig"); |
| | 155 | _ = @import("io/seekable_stream.zig"); |
| | 156 | _ = @import("io/serialization.zig"); |
| | 157 | _ = @import("io/stream_source.zig"); |
| 144 | _ = @import("io/test.zig"); | 158 | _ = @import("io/test.zig"); |
| 145 | } | 159 | } |
| 146 | | 160 | |