3ed221f1
Carl Åstholm
// The Zig compiler is not intended to be consumed as a package.
3ed221f1
Carl Åstholm
// The sole purpose of this manifest file is to test the compiler.
3ed221f1
Carl Åstholm
.{
3ed221f1
Carl Åstholm
.name = "zig",
3ed221f1
Carl Åstholm
.version = "0.0.0",
3ed221f1
Carl Åstholm
.dependencies = .{
3ed221f1
Carl Åstholm
.standalone_test_cases = .{
3ed221f1
Carl Åstholm
.path = "test/standalone",
3ed221f1
Carl Åstholm
},
5d5e89aa
Carl Åstholm
.link_test_cases = .{
5d5e89aa
Carl Åstholm
.path = "test/link",
5d5e89aa
Carl Åstholm
},
3ed221f1
Carl Åstholm
},
3ed221f1
Carl Åstholm
.paths = .{""},
3ed221f1
Carl Åstholm
}