shithub: sl

ref: edcb65b4aa71a20f38e936a8c07c7b8b7d685fdc
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 -S 8m $t
	}