aboutsummaryrefslogtreecommitdiff
path: root/test/cli.zig
AgeCommit message (Expand)Author
2019-02-08std.debug.assert: remove special case for test buildsAndrew Kelley
2019-02-07fixups, and modify std.mem.join and std.os.path.resolve APIAndrew Kelley
2018-11-30std.os.path: remove dependance on std.mem.join;kristopher tate
2018-11-13New Zig formal grammar (#1685)Jimmi Holst Christensen
2018-10-15Solve the return type ambiguity (#1628)Jimmi Holst Christensen
2018-09-24fix godbolt cli test on non-linux-x86_64 hostsAndrew Kelley
2018-09-24add panic function to godbolt CLI API testAndrew Kelley
2018-09-24add test to cover the CLI API that godbolt is usingAndrew Kelley
2018-09-17remove `zig build --init`. add `zig init-lib` and `zig init-exe`Andrew Kelley