2019-11-23 12: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);
|
2020-04-27 15:26:59 -07:00
|
|
|
@import("zir.zig").addCases(ctx);
|
2019-11-23 12:56:05 -08:00
|
|
|
}
|