Lines Matching refs:test
43 @rem without the +eval feature test_result.log is a copy of test.log
44 @if exist test.log ( copy /y test.log test_result.log > nul ) \
50 @if exist test.log ( echo TEST FAILURE & exit /b 1 ) \
54 # Execute an individual new style test, e.g.:
58 -if exist test.log del test.log
62 @if exist test.log exit 1
72 -@if exist test.in $(DEL) test.in
73 -@if exist test.ok $(DEL) test.ok
80 -@if exist test.log $(DEL) test.log
87 -@if exist test.log $(DEL) test.log
104 -@if exist test.out $(DEL) test.out
108 $(CP) $(basename $@).ok test.ok > NUL
110 -@if exist test.out $(MV) test.out $(DOSTMP)\$@ > NUL
112 -@if exist test.ok $(DEL) test.ok
118 $(VIMPROG) -u dos.vim $(NO_INITS) "+set ff=unix|f test.out|wq" \
120 @diff test.out $(basename $@).ok & if errorlevel 1 \
121 ( $(MV) test.out $(basename $@).failed > NUL \
123 & echo $(basename $@) FAILED >> test.log ) \
124 else ( $(MV) test.out $(basename $@).out > NUL )