aboutsummaryrefslogtreecommitdiffstats
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2016-05-17 17:59:51 +0000
committerWerner Koch <[email protected]>2016-05-17 18:23:28 +0000
commit30b447fcfe0e4f362c2575e1b9388e8144b5b2fd (patch)
treeb9479da88dd8f9688532c40c306dcc4804d73fe0 /tests/Makefile.am
parentReturn dedicated error code for all subkeys expired or revoked. (diff)
downloadgpgme-30b447fcfe0e4f362c2575e1b9388e8144b5b2fd.tar.gz
gpgme-30b447fcfe0e4f362c2575e1b9388e8144b5b2fd.zip
tests: New maintenance helper run-encrypt.
* tests/run-encrypt.c: New. Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 89e52e8d..22c07d2c 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -32,7 +32,7 @@ LDADD = ../src/libgpgme.la @GPG_ERROR_LIBS@
noinst_HEADERS = run-support.h
noinst_PROGRAMS = $(TESTS) run-keylist run-export run-import run-sign \
- run-verify
+ run-verify run-encrypt
if RUN_GPG_TESTS