shithub: sl

ref: fda389be7556bff1570f891c269df504b2d4850b
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.scm

test:QV:
	for(t in $TESTS){
		echo $t
		../$O.out $t
	}