Implemented basic car support, and restructured few tests and other errors; errors when rng gets called TODO fix

This commit is contained in:
2026-05-02 08:55:18 +02:00
parent b388b1e08e
commit 3e6438418b
12 changed files with 129 additions and 75 deletions

View File

@@ -132,6 +132,7 @@ pub fn build(b: *std.Build) void {
}
const tests = b.addTest(.{
.use_llvm = true,
.root_module = b.createModule(.{
.root_source_file = b.path("src/test.zig"),
.target = target,