comparison 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
comparison
equal deleted inserted replaced
65:161edab0d361 66:f8507e5ed84c
1 TRADCPP_OBJDIR!= ${MAKE} -C ${.CURDIR}/.. -V .OBJDIR 1 TRADCPP_OBJDIR!= ${MAKE} -C ${.CURDIR}/.. -V .OBJDIR
2 TRADCPP= ${TRADCPP_OBJDIR}/tradcpp 2 TRADCPP= ${TRADCPP_OBJDIR}/tradcpp
3 3
4 TESTS=\ 4 TESTS=\
5 t01 t02 t03 t04 t05 t06 t07 t08 t09 t10 t11 t12 t13 t14 t15 t16 \ 5 t01 t02 t03 t04 t05 t06 t07 t08 t09 t10 t11 t12 t13 t14 t15 t16 \
6 t17 t18 t19 t20 6 t17 t18 t19 t20 t21
7 7
8 all: run-tests .WAIT show-diffs 8 all: run-tests .WAIT show-diffs
9 9
10 .for T in $(TESTS) 10 .for T in $(TESTS)
11 run-tests: $(T).diff 11 run-tests: $(T).diff