diff options
author | Werner Koch <[email protected]> | 2000-11-09 16:35:35 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2000-11-09 16:35:35 +0000 |
commit | 36966ea498fe145a81f284e21a66be54af4d30ad (patch) | |
tree | be365cc282a24b7791b29950aaa175bf6de1cfbe /tests/Makefile.am | |
parent | Just a backup for now (diff) | |
download | gpgme-36966ea498fe145a81f284e21a66be54af4d30ad.tar.gz gpgme-36966ea498fe145a81f284e21a66be54af4d30ad.zip |
Add verify function
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 eab4df3c..aced4007 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 +TESTS = t-encrypt t-verify INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/intl |