summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Pentchev <roam@debian.org>2018-08-28 11:27:01 +0300
committerPeter Pentchev <roam@debian.org>2018-08-28 11:30:53 +0300
commitc418415a1a6b1163ab80f73c534ffdc57cb96172 (patch)
treefdf08c7f443fd2248a71a7c6821c629e28d8f6be
parentc3fca90c5b5225de2e114abd0d7496278f74d972 (diff)
Add trivial adequate and feature-check autopkgtests.
-rw-r--r--debian/changelog1
-rw-r--r--debian/tests/control6
2 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index b05a31d..875d4fb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ confget (2.1.0-2) UNRELEASED; urgency=medium
* Use my Debian e-mail address.
* Bring up to compliance with Debian Policy 4.2.1: install the upstream
release notes (CHANGES) as NEWS and not changelog.
+ * Add trivial autopkgtests running adequate and feature-check.
-- Peter Pentchev <roam@debian.org> Mon, 14 May 2018 19:12:37 +0300
diff --git a/debian/tests/control b/debian/tests/control
index 8633553..f7592a9 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,2 +1,8 @@
Test-Command: if [ -d /usr/share/doc/confget/examples ]; then export MANPAGE='/usr/share/man/man1/confget.1.gz' TESTDIR='/usr/share/doc/confget/examples/tests'; else export TESTDIR='t'; fi; env CONFGET='/usr/bin/confget' prove -v "$TESTDIR"
Depends: @, perl, groff-base
+
+Test-Command: adequate confget
+Depends: @, adequate
+
+Test-Command: feature-check -O -qfeatures -P '' confget BASE
+Depends: @, feature-check