zig/test/stage2/test.zig

7 lines
227 B
Zig
Raw Normal View History

2019-11-24 04:56:05 +08:00
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);
}