From: Michael Vogt Date: Fri, 29 Nov 2013 06:42:12 +0000 (+0100) Subject: add autopkgtest X-Git-Tag: 0.9.13.1~7 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/fdef7c5e3a19c5f35ee952598124d0fe8d03c7ec add autopkgtest --- diff --git a/debian/control b/debian/control index 673fba477..84d6155a6 100644 --- a/debian/control +++ b/debian/control @@ -13,6 +13,7 @@ Build-Depends-Indep: doxygen, debiandoc-sgml Build-Conflicts: autoconf2.13, automake1.4 Vcs-Git: git://anonscm.debian.org/apt/apt.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=apt/apt.git +XS-Testsuite: autopkgtest Package: apt Architecture: any diff --git a/debian/tests/control b/debian/tests/control new file mode 100644 index 000000000..e38921c7e --- /dev/null +++ b/debian/tests/control @@ -0,0 +1,2 @@ +Tests: run-tests +Depends: @, dpkg-dev, debhelper, libdb-dev, gettext, libcurl4-gnutls-dev, zlib1g-dev, libbz2-dev, xsltproc, docbook-xsl, docbook-xml, po4a, autotools-dev, autoconf, automake, doxygen, debiandoc-sgml, stunnel4 \ No newline at end of file diff --git a/debian/tests/run-tests b/debian/tests/run-tests new file mode 100644 index 000000000..6ea503568 --- /dev/null +++ b/debian/tests/run-tests @@ -0,0 +1,7 @@ +#!/bin/sh + +set -e + +make +make test +test/integration/run-tests