summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-09-10 09:45:49 -0700
committerSean Whitton <spwhitton@spwhitton.name>2016-09-10 09:45:49 -0700
commitc726142a4822f0d05e179e6a7a3bddcdfcca5f75 (patch)
tree2040e4e43af4f6a0d559fc7c5a6fb17bcf84844a /lib
parent9f6acc88720b453fc9e8b45a5d51da18a8e7348c (diff)
add Testsuite: autopkgtest-pkg-elpa
Diffstat (limited to 'lib')
-rw-r--r--lib/DhMakeELPA/Command/make.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/DhMakeELPA/Command/make.pm b/lib/DhMakeELPA/Command/make.pm
index d22ca0e..59393f7 100644
--- a/lib/DhMakeELPA/Command/make.pm
+++ b/lib/DhMakeELPA/Command/make.pm
@@ -49,6 +49,7 @@ sub create_control {
$src->Source( $self->pkgname );
$src->Section("lisp");
$src->Priority("optional");
+ $src->Testsuite("autopkgtest-pkg-elpa");
$src->Standards_Version( $self->debstdversion );
$src->Build_Depends->add( "debhelper (>= 9.20160402)" );
$src->Build_Depends->add( "dh-elpa" );