all:
	$(MAKE) -C unit
	@rm -rf tmp
	@sh test.sh
	@rm -rf tmp

clean:
	rm -rf tmp
