diff options
author | Andre Heinecke <[email protected]> | 2016-06-24 09:30:55 +0000 |
---|---|---|
committer | Andre Heinecke <[email protected]> | 2016-06-24 09:33:05 +0000 |
commit | 3364549c19682f56d4d9c52ab7f76862c5a456cf (patch) | |
tree | f4dc7280785f11d2dc2acefce7ff84041ab27be5 /tests/Makefile.am | |
parent | core: Add closer inspection of "PGP MESSAGE". (diff) | |
download | gpgme-3364549c19682f56d4d9c52ab7f76862c5a456cf.tar.gz gpgme-3364549c19682f56d4d9c52ab7f76862c5a456cf.zip |
tests: Add new test tool run-decrypt
* tests/run-decrypt.c: New.
* tests/Makefile.am (noinst_PROGRAMS): Add run-decrypt.
Diffstat (limited to 'tests/Makefile.am')
-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 bfd8e364..a450f2a8 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-encrypt run-identify + run-verify run-encrypt run-identify run-decrypt if RUN_GPG_TESTS |