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

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