diff options
author | Werner Koch <[email protected]> | 2000-11-16 14:53:52 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2000-11-16 14:53:52 +0000 |
commit | 3868237d9556dd984dca4acbb360244f1cfbe1f9 (patch) | |
tree | 311343009651f4aad8e8457801ddd96f2da8a4a1 /tests/Makefile.am | |
parent | Added decryption (diff) | |
download | gpgme-3868237d9556dd984dca4acbb360244f1cfbe1f9.tar.gz gpgme-3868237d9556dd984dca4acbb360244f1cfbe1f9.zip |
Added sign functionality
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 2f74e93f..7b599581 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,8 +1,8 @@ ## Process this file with automake to create Makefile.in -TESTS = t-encrypt t-decrypt t-verify t-keylist +TESTS = t-encrypt t-sign t-decrypt t-verify t-keylist -EXTRA_DIST = cipher-1.asc +EXTRA_DIST = cipher-1.asc geheim.txt INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/intl |