From 628ff843466b42309f850b8d65b13cf5f586b81f Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Tue, 24 Jan 2017 14:20:36 +0100 Subject: [PATCH] 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 --- tests/openpgp/Makefile.am | 5 +---- 1 file changed, 1 insertion(+), 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