From 08eaf1cea1da709b746f7b3f1b61415143188b05 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Thu, 16 Nov 2000 17:26:53 +0000 Subject: Released 0.0.0 --- tests/Makefile.am | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) (limited to 'tests/Makefile.am') diff --git a/tests/Makefile.am b/tests/Makefile.am index 7b599581..5e03d459 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,8 +1,10 @@ ## Process this file with automake to create Makefile.in +TESTS_ENVIRONMENT = GNUPGHOME=. + TESTS = t-encrypt t-sign t-decrypt t-verify t-keylist -EXTRA_DIST = cipher-1.asc geheim.txt +EXTRA_DIST = mkdemodirs pubdemo.asc secdemo.asc cipher-1.asc geheim.txt INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/intl @@ -11,4 +13,28 @@ LDADD = ../gpgme/libgpgme.la noinst_PROGRAMS = $(TESTS) +distclean-local: + $(srcdir)/mkdemodirs --clean + +all-local: ./pubring.gpg ./secring.gpg + +./pubring.gpg: $(srcdir)/pubdemo.asc + -gpg --homedir . --import $(srcdir)/pubdemo.asc + +./secring.gpg: ./Alpha/Secret.gpg + -gpg --homedir . --import Alpha/Secret.gpg Zulu/Secret.gpg + +./Alpha/Secret.gpg: secdemo.asc + srcdir=$(srcdir) $(srcdir)/mkdemodirs + + + + + + + + + + + -- cgit v1.2.3