name = mosquito type = ssyn std = -ansi root := $(shell \ root="."; \ while [ "`pwd`" != "/" ]; do \ if [ -r "`pwd`/test/ecrypt-test.mk" ]; then \ echo $$root; exit; \ fi; \ cd ..; root="$$root"/..; \ done; \ echo ".") include $(root)/test/ecrypt-test.mk