aboutsummaryrefslogtreecommitdiffstats
path: root/tests/openpgp/Makefile.am (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tests: Make sure not to create files outside the build directory.Werner Koch2013-08-191-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]>
* Generate the ChangeLog from commit logs.Werner Koch2011-12-021-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.
* Changed test system again to allow building on an NFS mountWerner Koch2010-05-121-0/+7
|
* Allow to run the test without a running agent.Werner Koch2010-05-111-2/+6
| | | | | Add new gpg-agent commands.
* make -j build fixgnupg-2.0.14Werner Koch2009-12-211-1/+7
|
* Fix a bug in the ambigious name detection.Werner Koch2008-03-201-2/+3
| | | | | Minor cleanups.
* Preparing a release candidate.gnupg-2.0.8rc1Werner Koch2007-12-141-1/+1
|
* [W32] Changed default socket for dirmngr.Werner Koch2007-11-271-1/+1
| | | | | | [W32] Add some code for event notifications between scdaemon and gpg-agent.
* Changed to GPLv3.Werner Koch2007-07-041-4/+2
| | | | | Removed intl/.
* Made some PIN pads work.Werner Koch2006-11-201-1/+1
| | | | | Some cleanups for 64 bit CPUs.
* Fix for bug 537Werner Koch2006-10-021-1/+2
|
* Migrated more stuff to doc/Werner Koch2006-08-211-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.