summaryrefslogtreecommitdiffstats
path: root/debian/tests
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 03:10:08 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 03:10:08 +0000
commit32d4e2f5ffe9e309fc4c0c46733d2e1c0d3d9349 (patch)
tree1fa51eb50812e44893f2c0a4fadafcbe7c7f1294 /debian/tests
parentAdding upstream version 5.6.1+really5.4.5. (diff)
downloadxz-utils-32d4e2f5ffe9e309fc4c0c46733d2e1c0d3d9349.tar.xz
xz-utils-32d4e2f5ffe9e309fc4c0c46733d2e1c0d3d9349.zip
Adding debian version 5.6.1+really5.4.5-1.debian/5.6.1+really5.4.5-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/tests')
-rw-r--r--debian/tests/control3
-rw-r--r--debian/tests/testsuite8
2 files changed, 11 insertions, 0 deletions
diff --git a/debian/tests/control b/debian/tests/control
new file mode 100644
index 0000000..10ec68d
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,3 @@
+Tests: testsuite
+Depends: debhelper-compat (= 13), autoconf (>= 2.64~), automake, libtool (>= 2.2), gettext, @
+Restrictions: rw-build-tree
diff --git a/debian/tests/testsuite b/debian/tests/testsuite
new file mode 100644
index 0000000..bea1a02
--- /dev/null
+++ b/debian/tests/testsuite
@@ -0,0 +1,8 @@
+#!/bin/bash
+
+# Tweak the Makefile to link against the installed liblzma for the tests
+sed 's@..top_builddir..src.liblzma.liblzma.la@-llzma@' -i tests/Makefile.am
+
+./configure
+
+exec make check