name = trivium type = sync std = -std=c99 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