diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 21:12:05 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 21:12:05 +0000 |
commit | 8f50ad90d48b537c93151485b23dd37f6b97f01a (patch) | |
tree | 2d3be7c349941d9fab1931dedbff19e4dd5344df /debian/tests/testsuite | |
parent | Adding upstream version 5.4.1. (diff) | |
download | xz-utils-8f50ad90d48b537c93151485b23dd37f6b97f01a.tar.xz xz-utils-8f50ad90d48b537c93151485b23dd37f6b97f01a.zip |
Adding debian version 5.4.1-0.2.debian/5.4.1-0.2debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/tests/testsuite')
-rw-r--r-- | debian/tests/testsuite | 8 |
1 files changed, 8 insertions, 0 deletions
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 |