aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile
blob: 0efd6fc7496889f13650114c5d2594a660617289 (plain)
1
2
3
4
5
6
7
8
9
10
11
JIMSH ?= ../jimsh
LD_LIBRARY_PATH := ..:$(LD_LIBRARY_PATH)

test: $(JIMSH)
	@set -e; for i in *.test; do $(JIMSH) $$i; done

../jimsh: ../*.c
	make -C .. all

clean:
	rm -f gorp.file2 cat gorp.file sleep exit wc sh echo