diff options
Diffstat (limited to 'debian/tests/testsuite.sh')
-rwxr-xr-x | debian/tests/testsuite.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/tests/testsuite.sh b/debian/tests/testsuite.sh new file mode 100755 index 0000000..8ae11c6 --- /dev/null +++ b/debian/tests/testsuite.sh @@ -0,0 +1,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 |