ref: c1979c1c6dab00b66241b46e48e899603af2374d
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 $t
}