shithub: sl

ref: 9e0a991374ed0bb6fc8b2a7ca83e5607f77c17ac
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
	}