diff options
author | Werner Koch <[email protected]> | 2009-10-15 20:54:25 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2009-10-15 20:54:25 +0000 |
commit | 06e22ca339ab409ff114db43c2b1986c762b0b10 (patch) | |
tree | 67019adf87a9535f5af92382db061cbcb0215b84 /tests/Makefile.am | |
parent | Fix last change for Windows. (diff) | |
download | gpgme-06e22ca339ab409ff114db43c2b1986c762b0b10.tar.gz gpgme-06e22ca339ab409ff114db43c2b1986c762b0b10.zip |
Add new debug helper
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 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 |