aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile
blob: 2c168ea8b147354e7487321b611d730c9c1f503e (plain)
1
2
3
4
5
6
7
jimsh ?= ../jimsh

test:
	@for i in *.test; do LD_LIBRARY_PATH=..:$(LD_LIBRARY_PATH) $(jimsh) $$i; done

clean:
	rm -f gorp.file2 gorp.file sleepx test1 exec.tmp1