shithub: mc

Download patch

ref: e6624da5efc4a98942a3620dae59c0610331a812
parent: 49ea47caf3cb37e0fe667d3ed833d12d670bae68
author: Ori Bernstein <ori@eigenstate.org>
date: Sun Jun 14 22:04:42 EDT 2015

Make the test runs print closer together.

    Looks prettier.

--- a/mbld/test.myr
+++ b/mbld/test.myr
@@ -44,6 +44,13 @@
 				t.incpath = std.slput(t.incpath, 0, std.sldup("."))
 			;;
 			buildbin(b, t, false)
+		| _:
+			/* skip */
+		;;
+	;;
+	for tn in b.all
+		match gettarg(b.targs, tn)
+		| `Test t:
 			bin = std.strcat("./", t.name)
 			if !runtest(bin)
 				ok = false