-@if exist starttime $(DEL) starttime
-@if exist benchmark.out del benchmark.out
-@if exist opt_test.vim $(DEL) opt_test.vim
+ -@if exist gen_opt_test.log $(DEL) gen_opt_test.log
-@if exist guidialog $(DEL) guidialog
-@if exist guidialogfile $(DEL) guidialogfile
opt_test.vim: util/gen_opt_test.vim ../optiondefs.h ../../runtime/doc/options.txt
$(VIMPROG) -e -s -u NONE $(COMMON_ARGS) --nofork -S $^
- @if test -f test.log; then \
- cat test.log; \
+ @if test -f gen_opt_test.log; then \
+ cat gen_opt_test.log; \
exit 1; \
fi
- if exist starttime $(RM) starttime
- if exist benchmark.out $(RM) benchmark.out
- if exist opt_test.vim $(RM) opt_test.vim
+ - if exist gen_opt_test.log $(RM) gen_opt_test.log
- if exist guidialog $(RM) guidialog
- if exist guidialogfile $(RM) guidialogfile
opt_test.vim: util/gen_opt_test.vim ../optiondefs.h \
../../runtime/doc/options.txt
$(VIMPROG) -e -s -u NONE $(COMMON_ARGS) --nofork -S $**
- @ if exist test.log ( type test.log & exit /b 1 )
+ @ if exist gen_opt_test.log ( type gen_opt_test.log & exit /b 1 )
test_bench_regexp.res: test_bench_regexp.vim
- if exist benchmark.out $(RM) benchmark.out
clean:
-rm -rf *.out *.failed *.res *.rej *.orig XfakeHOME Xdir1 Xfind failed
-rm -f opt_test.vim test_result.log $(CLEANUP_FILES)
+ -rm -f gen_opt_test.log
-rm -rf $(RM_ON_RUN) $(RM_ON_START)
-rm -f valgrind.*
-rm -f asan.* asan_test_*
else \
$(VIMPROG) -e -s -u NONE $(NO_INITS) --nofork --gui-dialog-file guidialog -S $(GEN_OPT_DEPS) ; \
fi
- @if test -f test.log; then \
- cat test.log; \
+ @if test -f gen_opt_test.log; then \
+ cat gen_opt_test.log; \
exit 1; \
fi
" Append errors to test.log
let error = $'Error: {v:exception} in {v:throwpoint}'
echoc error
- split test.log
+ split gen_opt_test.log
call append('$', error)
write
endtry
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 1981,
/**/
1980,
/**/