check:
	make -C progs all
	(for x in *.sh ; do sh $$x || exit $?; done)
