1all-tests tests:	test-basic
2	echo Tests passed.
3
4test-basic:
5	cd basic && for i in *.sh; do echo Running test basic/$$i; $(SHELL) $$i; done
6