2001-10-22 Marcus Brinkmann <marcus@g10code.de>
* Makefile.am (TEST_ENVIRONMENT): Set environment to $(srcdir), not current directory.
This commit is contained in:
parent
d4fb115bda
commit
4691a5e940
@ -1,3 +1,8 @@
|
|||||||
|
2001-10-22 Marcus Brinkmann <marcus@g10code.de>
|
||||||
|
|
||||||
|
* Makefile.am (TEST_ENVIRONMENT): Set environment to $(srcdir),
|
||||||
|
not current directory.
|
||||||
|
|
||||||
2001-10-22 Marcus Brinkmann <marcus@g10code.de>
|
2001-10-22 Marcus Brinkmann <marcus@g10code.de>
|
||||||
|
|
||||||
* t-data.c (write_test): New function.
|
* t-data.c (write_test): New function.
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
## Process this file with automake to produce Makefile.in
|
## 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 \
|
TESTS = t-version t-data t-encrypt t-sign t-decrypt t-verify t-keylist \
|
||||||
t-export t-import t-trustlist
|
t-export t-import t-trustlist
|
||||||
|
Loading…
Reference in New Issue
Block a user