aboutsummaryrefslogtreecommitdiffstats
path: root/tests/openpgp/Makefile.am (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-08-19tests: Make sure not to create files outside the build directory.Werner Koch1-1/+1
* tests/openpgp/Makefile.am (./gpg_dearmor): Add option --homedir. -- The dearmor code might create files in the source directory during a test run. Adding "--homedir ." should solve this. GnuPG-bug-id: 1498. Signed-off-by: Werner Koch <[email protected]>
2011-12-02Generate the ChangeLog from commit logs.Werner Koch1-5/+5
* scripts/gitlog-to-changelog: New script. Taken from gnulib. * scripts/git-log-fix: New file. * scripts/git-log-footer: New file. * scripts/git-hooks/commit-msg: New script. * autogen.sh: Install commit-msg hook for git. * doc/HACKING: Describe the ChangeLog policy. * ChangeLog: New file. * Makefile.am (EXTRA_DIST): Add new files. (gen-ChangeLog): New. (dist-hook): Run gen-ChangeLog. Rename all ChangeLog files to ChangeLog-2011.
2010-05-12Changed test system again to allow building on an NFS mountWerner Koch1-0/+7
2010-05-11Allow to run the test without a running agent.Werner Koch1-2/+6
Add new gpg-agent commands.
2009-12-21make -j build fixgnupg-2.0.14Werner Koch1-1/+7
2008-03-20Fix a bug in the ambigious name detection.Werner Koch1-2/+3
Minor cleanups.
2007-12-14Preparing a release candidate.gnupg-2.0.8rc1Werner Koch1-1/+1
2007-11-27[W32] Changed default socket for dirmngr.Werner Koch1-1/+1
[W32] Add some code for event notifications between scdaemon and gpg-agent.
2007-07-04Changed to GPLv3.Werner Koch1-4/+2
Removed intl/.
2006-11-20Made some PIN pads work.Werner Koch1-1/+1
Some cleanups for 64 bit CPUs.
2006-10-02Fix for bug 537Werner Koch1-1/+2
2006-08-21Migrated more stuff to doc/Werner Koch1-0/+107
Migrated the gpg regression tests. Some changes tp the gpg code to fix bugs and for the use in testing. make distcheck works now with gpg enabled.