diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ChangeLog | 2 | ||||
-rw-r--r-- | tests/gpg/Makefile.am | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog index 42d9e144..5f36e003 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,5 +1,7 @@ 2005-10-01 Marcus Brinkmann <[email protected]> + * gpg/Makefile.am (EXTRA_DIST): Add gpg.conf. + * gpg/Makefile.am (TESTS): Add t-sig-notation. * gpg/t-sig-notation.c (check_result): New file. * gpg/t-verify.c (check_result): Also check the length of the diff --git a/tests/gpg/Makefile.am b/tests/gpg/Makefile.am index e946eafd..165bd7c5 100644 --- a/tests/gpg/Makefile.am +++ b/tests/gpg/Makefile.am @@ -35,7 +35,7 @@ CLEANFILES = secring.gpg pubring.gpg trustdb.gpg DISTCLEANFILES = pubring.gpg~ random_seed EXTRA_DIST = mkdemodirs pubdemo.asc secdemo.asc cipher-1.asc cipher-2.asc \ - geheim.txt pubkey-1.asc seckey-1.asc + geheim.txt pubkey-1.asc seckey-1.asc gpg.conf INCLUDES = -I$(top_srcdir)/gpgme |