diff options
author | Werner Koch <[email protected]> | 2000-12-19 10:07:32 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2000-12-19 10:07:32 +0000 |
commit | 6b4ca13dd4b1d4ba5b3dca84257fda2fcac3d4b3 (patch) | |
tree | 2433d315cc83875be398157bcfd5a5b60bd3bc73 /tests/Makefile.am | |
parent | Add key generation (diff) | |
download | gpgme-6b4ca13dd4b1d4ba5b3dca84257fda2fcac3d4b3.tar.gz gpgme-6b4ca13dd4b1d4ba5b3dca84257fda2fcac3d4b3.zip |
Add progress CB and subkey listing
Diffstat (limited to '')
-rw-r--r-- | tests/Makefile.am | 7 |
1 files changed, 4 insertions, 3 deletions
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 |