aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustus Winter <[email protected]>2017-05-10 13:23:56 +0000
committerJustus Winter <[email protected]>2017-05-10 13:23:56 +0000
commit093b5497b7231590ce91ccf73ba64ebc0757f9e9 (patch)
treee2ab8bab1f860d06314947de328b427b5b59b32a
parentqt: Add a missing include <functional> (diff)
downloadgpgme-093b5497b7231590ce91ccf73ba64ebc0757f9e9.tar.gz
gpgme-093b5497b7231590ce91ccf73ba64ebc0757f9e9.zip
qt: Stop agent on clean.
* lang/qt/tests/Makefile.am (clean-local): Stop agent. Signed-off-by: Justus Winter <[email protected]>
-rw-r--r--lang/qt/tests/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/qt/tests/Makefile.am b/lang/qt/tests/Makefile.am
index ccad8c23..c4665dfa 100644
--- a/lang/qt/tests/Makefile.am
+++ b/lang/qt/tests/Makefile.am
@@ -70,6 +70,7 @@ CLEANFILES = secring.gpg pubring.gpg pubring.kbx trustdb.gpg dirmngr.conf \
gpg.conf tofu.db
clean-local:
+ -$(top_srcdir)/tests/start-stop-agent --stop
-rm -fR private-keys-v1.d crls.d
export GNUPGHOME := $(abs_builddir)