diff options
author | Werner Koch <[email protected]> | 2000-11-10 17:50:24 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2000-11-10 17:50:24 +0000 |
commit | cbb513962a8440292746be6bcf451fb207f6b7b4 (patch) | |
tree | 373f97d07bdddc116ba2c127ca139060ac795634 /tests/Makefile.am | |
parent | Add verify function (diff) | |
download | gpgme-cbb513962a8440292746be6bcf451fb207f6b7b4.tar.gz gpgme-cbb513962a8440292746be6bcf451fb207f6b7b4.zip |
Started with --list-key
Diffstat (limited to '')
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index aced4007..74709b11 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to create Makefile.in -TESTS = t-encrypt t-verify +TESTS = t-encrypt t-verify t-keylist INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/intl |