1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-02 22:38:02 +02:00

tests: Enable gpgconf test.

* tests/openpgp/Makefile.am (XTESTS): Re-add gpgconf.scm.
--
This partially reverts 25e0298238.

That change was not sufficiently motivated, and our continuous
integration server shows no recent distcheck failures.

Signed-off-by: Justus Winter <justus@g10code.com>
This commit is contained in:
Justus Winter 2017-01-24 14:20:36 +01:00
parent c0234462dc
commit 628ff84346

View File

@ -92,15 +92,12 @@ XTESTS = \
quick-key-manipulation.scm \ quick-key-manipulation.scm \
key-selection.scm \ key-selection.scm \
delete-keys.scm \ delete-keys.scm \
gpgconf.scm \
issue2015.scm \ issue2015.scm \
issue2346.scm \ issue2346.scm \
issue2417.scm \ issue2417.scm \
issue2419.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 # XXX: Currently, one cannot override automake's 'check' target. As a
# workaround, we avoid defining 'TESTS', thus automake will not emit # workaround, we avoid defining 'TESTS', thus automake will not emit
# the 'check' target. For extra robustness, we merely define a # the 'check' target. For extra robustness, we merely define a