ref: e228d9b24953a72ca8e10c0b8024f3ac9ce1fcb4
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.scm
test:QV:
for(t in $TESTS){
echo $t
../$O.out $t
}