aboutsummaryrefslogtreecommitdiffstats
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2009-10-15 20:54:25 +0000
committerWerner Koch <[email protected]>2009-10-15 20:54:25 +0000
commit06e22ca339ab409ff114db43c2b1986c762b0b10 (patch)
tree67019adf87a9535f5af92382db061cbcb0215b84 /tests/Makefile.am
parentFix last change for Windows. (diff)
downloadgpgme-06e22ca339ab409ff114db43c2b1986c762b0b10.tar.gz
gpgme-06e22ca339ab409ff114db43c2b1986c762b0b10.zip
Add new debug helper
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 3e7b414b..2441e6f5 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -32,7 +32,8 @@ LDADD = ../src/libgpgme.la @GPG_ERROR_LIBS@
noinst_HEADERS = run-support.h
-noinst_PROGRAMS = $(TESTS) run-keylist run-export run-import run-sign
+noinst_PROGRAMS = $(TESTS) run-keylist run-export run-import run-sign \
+ run-verify
if RUN_GPG_TESTS