summaryrefslogtreecommitdiffstats
path: root/debian/tests/testsuite.sh
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-17 14:14:45 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-17 14:14:45 +0000
commitedee58e75c1715e38c92b310bf8d996cc4951f78 (patch)
tree8d673113d422f5b40ba646c504e0ffd10fc8904d /debian/tests/testsuite.sh
parentAdding upstream version 4+nmu1. (diff)
downloadcryptsetup-nuke-password-edee58e75c1715e38c92b310bf8d996cc4951f78.tar.xz
cryptsetup-nuke-password-edee58e75c1715e38c92b310bf8d996cc4951f78.zip
Adding debian version 4+nmu1.debian/4+nmu1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rwxr-xr-xdebian/tests/testsuite.sh9
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