From 32d4e2f5ffe9e309fc4c0c46733d2e1c0d3d9349 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 05:10:08 +0200 Subject: Adding debian version 5.6.1+really5.4.5-1. Signed-off-by: Daniel Baumann --- debian/tests/control | 3 +++ debian/tests/testsuite | 8 ++++++++ 2 files changed, 11 insertions(+) create mode 100644 debian/tests/control create mode 100644 debian/tests/testsuite (limited to 'debian/tests') 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 -- cgit v1.2.3