From 41027b6a1b518b7f0c4330dd5906c5f7bba68d0c Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Fri, 29 Nov 2019 14:31:06 -0700 Subject: add autopkgtest Signed-off-by: Sean Whitton --- debian/changelog | 1 + debian/tests/control | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 debian/tests/control diff --git a/debian/changelog b/debian/changelog index a32b2a9..9dd48fe 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ pandoc-citeproc-preamble (1.4) UNRELEASED; urgency=medium * Update copyright years in various places. * Add CONTRIBUTING.rst & DEVELOPER-CERTIFICATE. * Tweak GitHub pull request template. + * Add debian/tests/control. -- Sean Whitton Fri, 29 Nov 2019 14:26:39 -0700 diff --git a/debian/tests/control b/debian/tests/control new file mode 100644 index 0000000..dfad75b --- /dev/null +++ b/debian/tests/control @@ -0,0 +1,5 @@ +Tests: simple-integration-test +Restrictions: rw-build-tree +# ^ produces test/output.tex +Test-Command: test/test +Depends: @, pandoc, pandoc-citeproc -- cgit v1.2.3