Home | History | Annotate | Download | only in vndcompress

Lines Matching refs:testfile

236 .for testfile in ${TESTFILES}
238 CLEANFILES+= ${testfile}.${suffix}
239 CLEANFILES+= ${testfile}.${suffix}.tmp
242 CHECKS.${testfile}+= check-${testfile}.${left}-${right}
243 check-${testfile}.${left}-${right}: .PHONY \
244 ${testfile}.${left} ${testfile}.${right}
245 . if empty(XFAIL:M${testfile}.${left}-${right})
246 cmp ${testfile}.${left} ${testfile}.${right}
249 && echo 'cmp ${testfile}.${left} ${testfile}.${right}' \
250 && if cmp ${testfile}.${left} ${testfile}.${right}; then \
256 check-${testfile}: ${CHECKS.${testfile}}
257 CHECKS+= check-${testfile}