summaryrefslogtreecommitdiff
path: root/elpa_plus_test.pm
diff options
context:
space:
mode:
Diffstat (limited to 'elpa_plus_test.pm')
-rwxr-xr-xelpa_plus_test.pm13
1 files changed, 13 insertions, 0 deletions
diff --git a/elpa_plus_test.pm b/elpa_plus_test.pm
new file mode 100755
index 0000000..f56d60d
--- /dev/null
+++ b/elpa_plus_test.pm
@@ -0,0 +1,13 @@
+#!/usr/bin/perl
+# debhelper sequence file for dh_elpa_test script
+
+use warnings;
+use strict;
+use Debian::Debhelper::Dh_Lib;
+
+insert_after("dh_install", "dh_elpa");
+# insert_after("dh_auto_test", "dh_elpa_test"); # test suite gets run more than once
+add_command("dh_elpa_test", "build");
+remove_command("dh_auto_test");
+
+1;