diff options
author | Werner Koch <[email protected]> | 2001-01-08 20:40:25 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2001-01-08 20:40:25 +0000 |
commit | d6cd1f97cab9cbb08560825444c1f848ac45f840 (patch) | |
tree | d878d785f249a37771db47507e0dbc64c8145502 /tests/Makefile.am | |
parent | Add 2 missing files and other changes (diff) | |
download | gpgme-d6cd1f97cab9cbb08560825444c1f848ac45f840.tar.gz gpgme-d6cd1f97cab9cbb08560825444c1f848ac45f840.zip |
More changes and and some new functions
Diffstat (limited to '')
-rw-r--r-- | tests/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index de7a0456..27482bb8 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -2,7 +2,8 @@ TESTS_ENVIRONMENT = GNUPGHOME=. -TESTS = t-encrypt t-sign t-decrypt t-verify t-keylist t-export t-import +TESTS = t-encrypt t-sign t-decrypt t-verify t-keylist t-export t-import \ + t-trustlist EXTRA_DIST = mkdemodirs pubdemo.asc secdemo.asc cipher-1.asc geheim.txt \ |