From 5905e8bbd809c1408edad4fa4eb0527fa51cbea3 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 21 Jun 2016 16:17:26 +0200 Subject: 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 --- tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/Makefile.am') 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 -- cgit