--diff option (experimental)

using an LCS algorithm (like diff)
This commit is contained in:
Johan Holmberg
2016-06-28 00:33:39 +02:00
parent deb6af6086
commit 1b80605f49
3 changed files with 170 additions and 11 deletions

@ -560,6 +560,7 @@ module Cmdtest
pr.add("", "--version", "show version")
pr.add("-q", "--quiet", "be more quiet")
pr.add("-v", "--verbose", "be more verbose")
pr.add("", "--diff", "experimental diff output")
pr.add("", "--fast", "run fast without waiting for unique mtime:s")
pr.add("-j", "--parallel", "build in parallel", type: Integer, default: 1, metavar: "N")
pr.add("", "--test", "only run named test", type: [String])