Mercurial > ~dholland > hg > tradcpp > index.cgi
diff tests/Makefile @ 49:8a204d153398
Intercept multiline comments earlier. Leave same-line comments alone.
Fixes all of the pathological comment behavior we've noticed so far.
author | David A. Holland |
---|---|
date | Sun, 31 Mar 2013 01:04:43 -0400 |
parents | 0af03c5571e0 |
children | a52f0229f22b 737ffe27b4bd |
line wrap: on
line diff
--- a/tests/Makefile Sat Mar 30 23:29:08 2013 -0400 +++ b/tests/Makefile Sun Mar 31 01:04:43 2013 -0400 @@ -1,6 +1,6 @@ TRADCPP=../obj/tradcpp # XXX -TESTS=t01 t02 t03 t04 t05 t06 t07 t08 t09 t10 t11 t12 +TESTS=t01 t02 t03 t04 t05 t06 t07 t08 t09 t10 t11 t12 t13 t14 t15 all: run-tests .WAIT show-diffs