test: Add test-llvm-ir step and harness for testing generated LLVM IR.

This commit is contained in:
Alex Rønne Petersen
2024-11-28 16:17:02 +01:00
parent fe5dbc2474
commit e63e3f7a7c
4 changed files with 164 additions and 0 deletions

6
test/llvm_ir.zig Normal file
View File

@@ -0,0 +1,6 @@
pub fn addCases(cases: *tests.LlvmIrContext) void {
_ = cases;
}
const std = @import("std");
const tests = @import("tests.zig");