diff options
author | Marcus Brinkmann <[email protected]> | 2011-05-11 00:32:20 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2011-05-11 00:32:20 +0000 |
commit | d11500a77ef3ae1a9dad789f687d6faeb8f4cfe8 (patch) | |
tree | 24247c2fb3087708fa0342d3fa443765fd84323b /tests/gpg | |
parent | Update NEWS file. (diff) | |
download | gpgme-d11500a77ef3ae1a9dad789f687d6faeb8f4cfe8.tar.gz gpgme-d11500a77ef3ae1a9dad789f687d6faeb8f4cfe8.zip |
Clean up the tests correctly.
Diffstat (limited to 'tests/gpg')
-rw-r--r-- | tests/gpg/Makefile.am | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/tests/gpg/Makefile.am b/tests/gpg/Makefile.am index bca36b0e..d4debd7c 100644 --- a/tests/gpg/Makefile.am +++ b/tests/gpg/Makefile.am @@ -37,10 +37,11 @@ TESTS = t-encrypt t-encrypt-sym t-encrypt-sign t-sign t-signers \ t-import t-trustlist t-edit t-keylist t-keylist-sig t-wait \ t-encrypt-large t-file-name t-gpgconf $(tests_unix) -CLEANFILES = secring.gpg pubring.gpg pubring.kbx trustdb.gpg dirmngr.conf -DISTCLEANFILES = pubring.gpg~ pubring.kbx~ random_seed gpg.conf gpg-agent.conf S.gpg-agent +CLEANFILES = secring.gpg pubring.gpg pubring.kbx trustdb.gpg dirmngr.conf \ + gpg-agent.conf pubring.kbx~ S.gpg-agent gpg.conf pubring.gpg~ \ + random_seed -EXTRA_DIST = mkdemodirs.in pubdemo.asc secdemo.asc cipher-1.asc cipher-2.asc \ +EXTRA_DIST = pubdemo.asc secdemo.asc cipher-1.asc cipher-2.asc \ geheim.txt pubkey-1.asc seckey-1.asc pinentry INCLUDES = -I$(top_builddir)/src |