comparison src/testdir/Make_dos.mak @ 2730:e0a90042318d

updated for version 7.3.143 Problem: Memfile is not tested sufficiently. Looking up blocks in a memfile is slow when there are many blocks. Solution: Add high level test and unittest. Adjust the number of hash buckets to the number of blocks. (Ivan Krasilnikov)
author Bram Moolenaar <bram@vim.org>
date Tue, 22 Mar 2011 18:10:45 +0100
parents f896a7dfd47d
children eb6c70460702
comparison
equal deleted inserted replaced
2729:12f838be9c59 2730:e0a90042318d
26 test15.out test17.out test18.out test21.out test26.out \ 26 test15.out test17.out test18.out test21.out test26.out \
27 test30.out test31.out test32.out test33.out test34.out \ 27 test30.out test31.out test32.out test33.out test34.out \
28 test37.out test38.out test39.out test40.out test41.out \ 28 test37.out test38.out test39.out test40.out test41.out \
29 test42.out test52.out test65.out test66.out test67.out \ 29 test42.out test52.out test65.out test66.out test67.out \
30 test68.out test69.out test71.out test72.out test73.out \ 30 test68.out test69.out test71.out test72.out test73.out \
31 test74.out test75.out test76.out 31 test74.out test75.out test76.out test77.out
32 32
33 SCRIPTS32 = test50.out test70.out 33 SCRIPTS32 = test50.out test70.out
34 34
35 SCRIPTS_GUI = test16.out 35 SCRIPTS_GUI = test16.out
36 36