shithub: sl

ref: 93cb376f97e98b222f869d7c027ed2fbeed1a240
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
	}