mirror of
https://github.com/ziglang/zig.git
synced 2024-11-28 16:12:33 +00:00
7 lines
227 B
Zig
7 lines
227 B
Zig
|
const TestContext = @import("../../src-self-hosted/test.zig").TestContext;
|
||
|
|
||
|
pub fn addCases(ctx: *TestContext) !void {
|
||
|
try @import("compile_errors.zig").addCases(ctx);
|
||
|
try @import("compare_output.zig").addCases(ctx);
|
||
|
}
|