comparison src/testdir/Make_os2.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 test48.out test51.out test53.out test54.out test55.out \ 26 test48.out test51.out test53.out test54.out test55.out \
27 test56.out test57.out test58.out test59.out test60.out \ 27 test56.out test57.out test58.out test59.out test60.out \
28 test61.out test62.out test63.out test64.out test65.out \ 28 test61.out test62.out test63.out test64.out test65.out \
29 test66.out test67.out test68.out test69.out test70.out \ 29 test66.out test67.out test68.out test69.out test70.out \
30 test71.out test72.out test73.out test74.out test75.out \ 30 test71.out test72.out test73.out test74.out test75.out \
31 test76.out 31 test76.out test77.out
32 32
33 .SUFFIXES: .in .out 33 .SUFFIXES: .in .out
34 34
35 all: /tmp $(SCRIPTS) 35 all: /tmp $(SCRIPTS)
36 @echo ALL DONE 36 @echo ALL DONE