2001-12-14 Marcus Brinkmann <marcus@g10code.de>
authorMarcus Brinkmann <mb@g10code.com>
Fri, 14 Dec 2001 15:35:29 +0000 (15:35 +0000)
committerMarcus Brinkmann <mb@g10code.com>
Fri, 14 Dec 2001 15:35:29 +0000 (15:35 +0000)
commita54c0a05b5ba239e06444e55b2a4c2bd87c761ce
tree2c69162db342ab59c8229493f6de38bbe12d2313
parent22bdb71f6a351e599016940247cda4d3c440d122
2001-12-14  Marcus Brinkmann  <marcus@g10code.de>

* configure.ac (GPG): Substitute this variable.
(GPGSM): Likewise.

tests/
CVS2001-12-14  Marcus Brinkmann  <marcus@g10code.de>

* gpg/Makefile.am (GPG): Set to @GPG_PATH@.
(./pubring.gpg): Use $(GPG) instead gpg.
(./secring.gpg): Likewise.

* gpgsm/t-import.c (main): Remove third test case.
* gpgsm/Makefile.am (GPGSM): Set to @GPGSM@.
(all-local): New target.
(./pubcerts.kbx): Likewise.
* gpgsm/t-encrypt.c: New file.
* gpgsm/Makefile.am (TESTS): Add t-encrypt.
ChangeLog
configure.ac
gpgme/engine-gpgsm.c
tests/ChangeLog
tests/gpg/Makefile.am
tests/gpgsm/Makefile.am
tests/gpgsm/t-encrypt.c [new file with mode: 0644]
tests/gpgsm/t-import.c