diff options
author | Werner Koch <[email protected]> | 2016-06-21 14:17:26 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2016-06-21 14:18:00 +0000 |
commit | 5905e8bbd809c1408edad4fa4eb0527fa51cbea3 (patch) | |
tree | b86ac7e10685418eec54ec83560254f931ba164e /tests/Makefile.am | |
parent | core: Enhance gpgme_data_identify to detect binary PGP messages. (diff) | |
download | gpgme-5905e8bbd809c1408edad4fa4eb0527fa51cbea3.tar.gz gpgme-5905e8bbd809c1408edad4fa4eb0527fa51cbea3.zip |
tests: Add new test tool run-identify.
* src/gpgme-tool.c (gt_identify): Add new strings.
* tests/run-identify.c: New.
* tests/Makefile.am (noinst_PROGRAMS): Add run-identify.
Signed-off-by: Werner Koch <[email protected]>
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 22c07d2c..bfd8e364 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-verify run-encrypt run-identify if RUN_GPG_TESTS |