authorgravatar for koachan@protonmail.comKoakuma <koachan@protonmail.com> 2022-04-14 23:24:46+07:00
committergravatar for koachan@protonmail.comKoakuma <koachan@protonmail.com> 2022-04-14 23:24:46+07:00
loge791f062ba3bbae62175076a2b04c06099c9397a
tree17b3ec606c397b32e11122bf75c4030ec06390ef
parent2ee83e76f7acc4275f654d2a99d0df2715cec17f

stage2: sparcv9: Load tests to the list of testcases


1 files changed, 1 insertions(+), 0 deletions(-)

test/cases.zig+1
......@@ -16,6 +16,7 @@ pub fn addCases(ctx: *TestContext) !void {
1616 try @import("stage2/riscv64.zig").addCases(ctx);
1717 try @import("stage2/plan9.zig").addCases(ctx);
1818 try @import("stage2/x86_64.zig").addCases(ctx);
19 try @import("stage2/sparcv9.zig").addCases(ctx);
1920 // https://github.com/ziglang/zig/issues/10968
2021 //try @import("stage2/nvptx.zig").addCases(ctx);
2122}