aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile
blob: a97f183704dcc55fad57f33b752ae42af83e6790 (plain)
1
2
3
4
5
test: ../jimsh
	@for i in *.test; do ../jimsh $$i; done

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