summaryrefslogtreecommitdiffstats
path: root/debian/tests/testsuite.sh
blob: 8ae11c6aa654ced38a7399f1059e00f21a088346 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

# Configure the test suite to run against the files installed
# in the package
export CRYPT=/usr/lib/cryptsetup-nuke-password/crypt
export ASKPASS=/lib/cryptsetup/askpass

# Run the upstream test-suite
make check