add packaging
[platform/upstream/nettle.git] / testsuite / setup-env
1 #! /bin/sh
2
3 set -e
4
5 # Workaround, it seems difficult to convince wine to put ../lib into PATH.
6 case "$EMULATOR" in
7     wine*)
8         for f in ../.lib/*.dll ; do
9           ln -sf "$f" .
10         done
11         ;;
12 esac