summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2016-11-19 15:38:05 +0000
committerColin Watson <cjwatson@debian.org>2016-11-19 15:38:05 +0000
commita50c9808720a201faef1ad4b6f5a42822bb98eb4 (patch)
tree047da911b622b3f3a389a814e0449d159b61af4b /debian
parent4250a967ecc9159ce3b8958719b1c132e69ca8f6 (diff)
Build all upstream regression test binaries using the new "regress-binaries" target.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
-rw-r--r--debian/tests/regress9
2 files changed, 3 insertions, 8 deletions
diff --git a/debian/changelog b/debian/changelog
index 9d72b37a5..34e51a7c6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,8 @@ openssh (1:7.3p1-4) UNRELEASED; urgency=medium
6 * Remove the non-upstream .gitignore file and add the relevant entries to 6 * Remove the non-upstream .gitignore file and add the relevant entries to
7 debian/.gitignore, in order to make the source tree more 7 debian/.gitignore, in order to make the source tree more
8 dgit-compatible. 8 dgit-compatible.
9 * Build all upstream regression test binaries using the new
10 "regress-binaries" target.
9 11
10 -- Colin Watson <cjwatson@debian.org> Fri, 11 Nov 2016 02:50:39 +0000 12 -- Colin Watson <cjwatson@debian.org> Fri, 11 Nov 2016 02:50:39 +0000
11 13
diff --git a/debian/tests/regress b/debian/tests/regress
index a3ffd66ba..4cd90175b 100644
--- a/debian/tests/regress
+++ b/debian/tests/regress
@@ -18,14 +18,7 @@ make
18# versions, so we must bypass the latter in order to work correctly under 18# versions, so we must bypass the latter in order to work correctly under
19# autopkgtest. 19# autopkgtest.
20make regress-prep 20make regress-prep
21make regress/modpipe \ 21make regress-binaries
22 regress/setuid-allowed \
23 regress/netcat \
24 regress/unittests/sshbuf/test_sshbuf \
25 regress/unittests/sshkey/test_sshkey \
26 regress/unittests/bitmap/test_bitmap \
27 regress/unittests/hostkeys/test_hostkeys \
28 regress/unittests/kex/test_kex
29 22
30SRCDIR="$(pwd)" 23SRCDIR="$(pwd)"
31BUILDDIR="$SRCDIR" 24BUILDDIR="$SRCDIR"