shithub: mc

Download patch

ref: 03bf16f1492a7bb4b01fad3d1424f9f185788b0b
parent: f45e411c279c0e0ca1cce27548beb5f5b5b8b181
author: Ori Bernstein <ori@eigenstate.org>
date: Mon Oct 12 17:30:17 EDT 2015

Remove testbin toplevel.

    You already have test keywords; it's not really onerous to use
    them.

--- a/mbld/parse.myr
+++ b/mbld/parse.myr
@@ -208,9 +208,6 @@
 	| `std.Some "runtime":	p.runtime = expectword(b, p, "incpath")
 	| `std.Some "ldscript":	p.runtime = expectword(b, p, "runtime")
 	| `std.Some "noinst":	p.install = false
-	| `std.Some "testbin":	
-		p.istest = true
-		p.install = false
 	/* no word */
 	| `std.Some targtype:	failparse(p, "unknown keyword {}\n", targtype)
 	| `std.None:	-> false