diff options
author | Justus Winter <[email protected]> | 2017-01-24 13:20:36 +0000 |
---|---|---|
committer | Justus Winter <[email protected]> | 2017-01-24 13:20:36 +0000 |
commit | 628ff843466b42309f850b8d65b13cf5f586b81f (patch) | |
tree | d823f7fa7e1781a0be6c378eeaf19c3f9b8e88cf | |
parent | speedo: Remove the unused ADNS package. (diff) | |
download | gnupg-628ff843466b42309f850b8d65b13cf5f586b81f.tar.gz gnupg-628ff843466b42309f850b8d65b13cf5f586b81f.zip |
tests: Enable gpgconf test.
* tests/openpgp/Makefile.am (XTESTS): Re-add gpgconf.scm.
--
This partially reverts 25e029823813e190a18b601af60efcb1fb3b84af.
That change was not sufficiently motivated, and our continuous
integration server shows no recent distcheck failures.
Signed-off-by: Justus Winter <[email protected]>
-rw-r--r-- | tests/openpgp/Makefile.am | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/openpgp/Makefile.am b/tests/openpgp/Makefile.am index 05341fbfd..d1dd44914 100644 --- a/tests/openpgp/Makefile.am +++ b/tests/openpgp/Makefile.am @@ -92,15 +92,12 @@ XTESTS = \ quick-key-manipulation.scm \ key-selection.scm \ delete-keys.scm \ + gpgconf.scm \ issue2015.scm \ issue2346.scm \ issue2417.scm \ issue2419.scm -# Fixme: gpgconf.scm does not yet work with make distcheck. -# gpgconf.scm - - # XXX: Currently, one cannot override automake's 'check' target. As a # workaround, we avoid defining 'TESTS', thus automake will not emit # the 'check' target. For extra robustness, we merely define a |