diff options
author | Russ Allbery <eagle@eyrie.org> | 2014-07-16 14:08:44 -0700 |
---|---|---|
committer | Russ Allbery <eagle@eyrie.org> | 2014-07-16 14:08:44 -0700 |
commit | 743fec033f79ceb4cb241bcc040fb115ba868a6e (patch) | |
tree | 485d6f985badfb5a2825da6491fd3b02879c9f7a | |
parent | ccb57bf66499896b0ccf8a95d03349801d5b323c (diff) |
Define AUTOMATED_TESTING to enable some additional Perl tests
Change-Id: I8c95315cfc35c3f13086e1bcbb46d5a4e5bb5590
-rw-r--r-- | debian/changelog | 1 | ||||
-rwxr-xr-x | debian/rules | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 09c4e4b..fc8af44 100644 --- a/debian/changelog +++ b/debian/changelog @@ -27,6 +27,7 @@ wallet (1.1-1) UNRELEASED; urgency=medium * Document in the wallet-server package description that a DBD::* module and corresponding DateTime::Format::* module are required. (There isn't a way to fully represent the required dependency.) + * Define AUTOMATED_TESTING to enable some additional Perl tests. * Update standards version to 3.9.5 (no changes required). -- Russ Allbery <rra@debian.org> Wed, 16 Jul 2014 13:51:23 -0700 diff --git a/debian/rules b/debian/rules index 9df5a93..cf90fab 100755 --- a/debian/rules +++ b/debian/rules @@ -3,6 +3,9 @@ # Add hardening build flags. export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow,+pie +# Enable some additional Perl tests. +export AUTOMATED_TESTING = 1 + %: dh $@ --parallel |