Mercurial > ~dholland > hg > tradcpp > index.cgi
diff tests/Makefile @ 119:4f493fb35821
Test empty arguments.
author | David A. Holland |
---|---|
date | Tue, 11 Jun 2013 14:12:54 -0400 |
parents | ecec7c16e3ba |
children | cb08e397ce7b |
line wrap: on
line diff
--- a/tests/Makefile Tue Jun 11 14:12:27 2013 -0400 +++ b/tests/Makefile Tue Jun 11 14:12:54 2013 -0400 @@ -3,7 +3,7 @@ TESTS=\ t01 t02 t03 t04 t05 t06 t07 t08 t09 t10 t11 t12 t13 t14 t15 t16 \ - t17 t18 t19 t20 t21 t22 t23 t24 t25 t26 + t17 t18 t19 t20 t21 t22 t23 t24 t25 t26 t27 all: run-tests .WAIT show-diffs