From 7c0d47806416630cc37e60c915117bfc23669d5e Mon Sep 17 00:00:00 2001 From: Christoph Berg Date: Sun, 26 Jun 2022 23:31:54 +0200 Subject: [PATCH] Debian: Run tests at build-time as well. --- debian/changelog | 6 ++++++ debian/control | 1 + debian/rules | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 848c4ff..b136c1c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pgloader (3.6.4-2) UNRELEASED; urgency=medium + + * Run tests at build-time as well. + + -- Christoph Berg Sun, 26 Jun 2022 23:25:07 +0200 + pgloader (3.6.4-1) unstable; urgency=medium * New upstream version. diff --git a/debian/control b/debian/control index 7018775..96390fe 100644 --- a/debian/control +++ b/debian/control @@ -49,6 +49,7 @@ Build-Depends: debhelper-compat (= 13), gawk, help2man, + postgresql-14-ip4r | postgresql-ip4r , python3-sphinx-rtd-theme, python3-sphinx, sbcl (>= 1.1.13), diff --git a/debian/rules b/debian/rules index 5e65b26..9397f43 100755 --- a/debian/rules +++ b/debian/rules @@ -49,7 +49,7 @@ override_dh_auto_build-arch: $(MAKE) -C docs html override_dh_auto_test: - # do nothing + PATH=$(CURDIR)/build/bin:$(PATH) debian/tests/testsuite override_dh_strip override_dh_dwz: # do nothing, sbcl doesn't write any debug info