ref: fb908fbd038ae14d54738ab146495bb962a5ec47
dir: /test/mkfile/
TESTS=\
100x100.lsp\
unittest.lsp\
argv.lsp\
bench.lsp\
exit0.lsp\
hashtest.lsp\
torus.lsp\
tme.lsp\
mp.lsp\
perf.lsp\
torture.lsp
test:QV:
for(t in $TESTS){
echo $t
../$O.out -S 8m $t
}