1
2name = salsa20
3type = sync
4std = -ansi
5
6srcdir = .
7root := $(shell \
8  cd "$(srcdir)"; root="$(srcdir)"; \
9  while [ "`pwd`" != "/" ]; do \
10    if [ -r "`pwd`/test/ecrypt-test.mk" ]; then  \
11      echo $$root; exit; \
12    fi; \
13    cd ..; root="$$root"/..; \
14  done; \
15  echo ".")
16
17include $(root)/test/ecrypt-test.mk
18
19