diff tests/Makefile @ 66:f8507e5ed84c

Recognize directive lines only when the # is exactly in column 0. This is the traditional behavior and Joerg's convinced me it's important to retain it.
author David A. Holland
date Sun, 31 Mar 2013 10:47:08 -0400
parents 161edab0d361
children ca5e4e0237f5
line wrap: on
line diff
--- a/tests/Makefile	Sun Mar 31 02:18:24 2013 -0400
+++ b/tests/Makefile	Sun Mar 31 10:47:08 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
+	t17 t18 t19 t20 t21
 
 all: run-tests .WAIT show-diffs