comparison src/testdir/main.aap @ 2050:afcf9db31561 v7.2.336

updated for version 7.2.336 Problem: MzScheme interface can't evaluate an expression. Solution: Add mzeval(). (Sergey Khorev)
author Bram Moolenaar <bram@zimbu.org>
date Tue, 19 Jan 2010 15:55:06 +0100
parents 3fc0f57ecb91
children fc695854c33a
comparison
equal deleted inserted replaced
2049:23d366df1938 2050:afcf9db31561
30 :print ALL DONE 30 :print ALL DONE
31 31
32 $Scripts $ScriptsGUI: $VimProg 32 $Scripts $ScriptsGUI: $VimProg
33 33
34 clean: 34 clean:
35 :del {r}{force} *.out test.log tiny.vim small.vim mbyte.vim test.ok X* 35 :del {r}{force} *.out test.log tiny.vim small.vim mbyte.vim mzscheme.vim test.ok X*
36 36
37 # test1 is special, it checks for features 37 # test1 is special, it checks for features
38 test1.out: test1.in 38 test1.out: test1.in
39 :del {force} test1.failed tiny.vim small.vim mbyte.vim 39 :del {force} test1.failed tiny.vim small.vim mbyte.vim mzscheme.vim
40 :sys {i} $VimProg -u unix.vim -U NONE --noplugin -s dotest.in test1.in 40 :sys {i} $VimProg -u unix.vim -U NONE --noplugin -s dotest.in test1.in
41 @if os.system("diff test.out test1.ok") != 0: 41 @if os.system("diff test.out test1.ok") != 0:
42 :error test1 FAILED - Something basic is wrong 42 :error test1 FAILED - Something basic is wrong
43 :move {force} test.out test1.out 43 :move {force} test.out test1.out
44 :del {r}{force} X* 44 :del {r}{force} X*