Lines Matching refs:test
17 DOSTMP_OUTFILES = $(TEST_OUTFILES:test=dostmp\test)
31 @rem without the +eval feature test_result.log is a copy of test.log
32 @if exist test.log ( copy /y test.log test_result.log > nul ) \
38 @if exist test.log ( echo TEST FAILURE & exit /b 1 ) \
42 # Execute an individual new style test, e.g.:
46 -if exist test.log del test.log
50 @if exist test.log exit 1
60 -if exist test.in del test.in
61 -if exist test.ok del test.ok
68 -if exist test.log del test.log
75 -if exist test.log del test.log
92 -@if exist test.out DEL test.out
96 copy $(*B).ok test.ok > nul
98 -@if exist test.out MOVE /y test.out $(DOSTMP)\$(*B).out > nul
100 -@if exist test.ok del test.ok
106 $(VIMPROG) -u dos.vim $(NO_INITS) "+set ff=unix|f test.out|wq" \
108 @diff test.out $*.ok & if errorlevel 1 \
109 ( move /y test.out $*.failed > nul \
111 & echo $* FAILED >> test.log ) \
112 else ( move /y test.out $*.out > nul )