shithub: sl

ref: 4d596eb162c4f8bca66754a279d013c2edb4c274
dir: /test/mkfile/

View raw version
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
	}