aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2001-10-22 15:39:22 +0000
committerMarcus Brinkmann <[email protected]>2001-10-22 15:39:22 +0000
commit4691a5e940541b3fe8c78102e96caa9c8ae398e4 (patch)
tree1b9bb73ae984aee5ae215e2b62ef32218aaf2ced
parent2001-10-22 Marcus Brinkmann <[email protected]> (diff)
downloadgpgme-4691a5e940541b3fe8c78102e96caa9c8ae398e4.tar.gz
gpgme-4691a5e940541b3fe8c78102e96caa9c8ae398e4.zip
2001-10-22 Marcus Brinkmann <[email protected]>
* Makefile.am (TEST_ENVIRONMENT): Set environment to $(srcdir), not current directory.
-rw-r--r--tests/ChangeLog5
-rw-r--r--tests/Makefile.am2
2 files changed, 6 insertions, 1 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog
index 53b9c516..ba4b28e6 100644
--- a/tests/ChangeLog
+++ b/tests/ChangeLog
@@ -1,5 +1,10 @@
2001-10-22 Marcus Brinkmann <[email protected]>
+ * Makefile.am (TEST_ENVIRONMENT): Set environment to $(srcdir),
+ not current directory.
+
+2001-10-22 Marcus Brinkmann <[email protected]>
+
* t-data.c (write_test): New function.
(main): Invoke write_test for all rounds except TEST_OUT_CB.
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 6b6d4956..7a2c2d86 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -20,7 +20,7 @@
## Process this file with automake to produce Makefile.in
-TESTS_ENVIRONMENT = GNUPGHOME=.
+TESTS_ENVIRONMENT = GNUPGHOME=$(srcdir)
TESTS = t-version t-data t-encrypt t-sign t-decrypt t-verify t-keylist \
t-export t-import t-trustlist