From 6b4ca13dd4b1d4ba5b3dca84257fda2fcac3d4b3 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 19 Dec 2000 10:07:32 +0000 Subject: Add progress CB and subkey listing --- tests/Makefile.am | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'tests/Makefile.am') diff --git a/tests/Makefile.am b/tests/Makefile.am index 3f5f2349..de7a0456 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -2,8 +2,8 @@ TESTS_ENVIRONMENT = GNUPGHOME=. -TESTS = t-encrypt t-sign t-decrypt t-verify t-keylist t-export t-import \ - t-genkey +TESTS = t-encrypt t-sign t-decrypt t-verify t-keylist t-export t-import + EXTRA_DIST = mkdemodirs pubdemo.asc secdemo.asc cipher-1.asc geheim.txt \ pubkey-1.asc seckey-1.asc @@ -13,7 +13,8 @@ INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/intl INCLUDES = LDADD = ../gpgme/libgpgme.la -noinst_PROGRAMS = $(TESTS) +# We don't run t-genkey in the test suite, because it taes too long +noinst_PROGRAMS = $(TESTS) t-genkey distclean-local: $(srcdir)/mkdemodirs --clean -- cgit v1.2.3