summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xelpa.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/elpa.pm b/elpa.pm
index dc64e33..796c4ad 100755
--- a/elpa.pm
+++ b/elpa.pm
@@ -10,6 +10,7 @@ insert_after("dh_install", "dh_elpa");
unless ( defined $ENV{ 'DH_ELPA_TEST_DISABLE' } ) {
# insert_after("dh_auto_test", "dh_elpa_test"); # test suite gets run more than once
add_command("dh_elpa_test", "build");
+ add_command("dh_auto_build", "build");
remove_command("dh_auto_test");
}