diff options
author | Werner Koch <wk@gnupg.org> | 2010-10-15 11:16:39 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2010-10-15 11:16:39 +0200 |
commit | d1bdc3f6ea32c802589eb4f3060cb02cb51a8301 (patch) | |
tree | 3660be7d229d9bd838df268db86aa2ad1aa67592 /tests | |
parent | Remove debug options (diff) | |
download | gnupg2-d1bdc3f6ea32c802589eb4f3060cb02cb51a8301.tar.xz gnupg2-d1bdc3f6ea32c802589eb4f3060cb02cb51a8301.zip |
Tweaks to make make distcheck work.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/openpgp/ChangeLog | 4 | ||||
-rw-r--r-- | tests/openpgp/Makefile.am | 8 |
2 files changed, 8 insertions, 4 deletions
diff --git a/tests/openpgp/ChangeLog b/tests/openpgp/ChangeLog index 46da4fe33..d7c444b97 100644 --- a/tests/openpgp/ChangeLog +++ b/tests/openpgp/ChangeLog @@ -1,3 +1,7 @@ +2010-10-15 Werner Koch <wk@g10code.com> + + * Makefile.am (clean-local): New. + 2010-10-14 Werner Koch <wk@g10code.com> * genkey1024.test: Use the new no-protection option. diff --git a/tests/openpgp/Makefile.am b/tests/openpgp/Makefile.am index 9ea2237b9..54132a944 100644 --- a/tests/openpgp/Makefile.am +++ b/tests/openpgp/Makefile.am @@ -68,14 +68,14 @@ CLEANFILES = prepared.stamp x y yy z out err $(data_files) \ plain-1 plain-2 plain-3 trustdb.gpg *.lock .\#lk* \ *.test.log gpg_dearmor gpg.conf gpg-agent.conf S.gpg-agent \ pubring.gpg secring.gpg pubring.pkr secring.skr \ - gnupg-test.stop + gnupg-test.stop pubring.gpg~ random_seed + +clean-local: + -rm -rf private-keys-v1.d -DISTCLEANFILES = pubring.gpg~ random_seed # We need to depend on a couple of programs so that the tests don't # start before all programs are built. all-local: $(required_pgms) -distclean-local: - $(srcdir)/mkdemodirs --clean |