This commit is contained in:
Robin Voetter
2019-10-25 22:45:57 +02:00
parent d02231d6a7
commit b49c64862e
4 changed files with 169 additions and 297 deletions

View File

@@ -6,7 +6,7 @@ pub fn build(b: *Builder) void {
generator.setBuildMode(b.standardReleaseOptions());
var test_step = b.step("test", "Run all the tests");
test_step.dependOn(&b.addTest("generator/xml.zig").step);
test_step.dependOn(&b.addTest("generator/main.zig").step);
const run_cmd = generator.run();