Mercurial > ~dholland > hg > tradcpp > index.cgi
comparison 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 |
comparison
equal
deleted
inserted
replaced
48:0af03c5571e0 | 49:8a204d153398 |
---|---|
1 TRADCPP=../obj/tradcpp # XXX | 1 TRADCPP=../obj/tradcpp # XXX |
2 | 2 |
3 TESTS=t01 t02 t03 t04 t05 t06 t07 t08 t09 t10 t11 t12 | 3 TESTS=t01 t02 t03 t04 t05 t06 t07 t08 t09 t10 t11 t12 t13 t14 t15 |
4 | 4 |
5 all: run-tests .WAIT show-diffs | 5 all: run-tests .WAIT show-diffs |
6 | 6 |
7 .for T in $(TESTS) | 7 .for T in $(TESTS) |
8 run-tests: $(T).diff | 8 run-tests: $(T).diff |