commit 74264b11c372ee04d892815c4c38baf140b9ba21
parent ee2316a9bf4d81fa988714e3583d9a2b10d20c49
Author: Drew DeVault <sir@cmpwn.com>
Date: Fri, 12 Mar 2021 14:59:36 -0500
test (will) accept -j
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/subcmds.ha b/subcmds.ha
@@ -187,6 +187,7 @@ fn test(args: []str) void = {
"compiles and runs tests for Hare programs",
('v', "print executed commands"),
('D', "ident:type=value", "define a constant"),
+ ('j', "jobs", "set parallelism for build"),
('l', "name", "link with a system library"),
('T', "tags...", "set build tags"),
('X', "tags...", "unset build tags"),