ref: 70246f96c1b3c628b758e6d6939e0a7c9a71d481
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
}