diff options
-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 |