shithub: sl

ref: 6bfa81bb6a4343f3efdf6d086d404c36982a80fd
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
	}