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

test:
	@rc=0; for i in *.test; do LD_LIBRARY_PATH=..:$(LD_LIBRARY_PATH) $(jimsh) $$i || rc=$$?; done; exit $$rc

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