2006-09-06 Marcus Brinkmann <marcus@g10code.de>

* configure.ac: New automake conditional RUN_GPG_TESTS.

tests/
2006-09-06  Marcus Brinkmann  <marcus@g10code.de>

	* Makefile.am (openpgp): New variable.
	(SUBDIRS): Conditionalize openpgp on RUN_GPG_TESTS.
This commit is contained in:
Marcus Brinkmann 2006-09-06 21:09:36 +00:00
parent bffa1dcf6e
commit 088c35b2ee
4 changed files with 18 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2006-09-06 Marcus Brinkmann <marcus@g10code.de>
* configure.ac: New automake conditional RUN_GPG_TESTS.
2006-09-06 Werner Koch <wk@g10code.com>
* configure.ac: Define _ASSUAN_ONLY_GPG_ERRORS. Require Assuan

View File

@ -1232,6 +1232,8 @@ AM_CONDITIONAL(BUILD_AGENT, test "$build_agent" = "yes")
AM_CONDITIONAL(BUILD_SCDAEMON, test "$build_scdaemon" = "yes")
AM_CONDITIONAL(BUILD_SYMCRYPTRUN, test "$build_symcryptrun" = "yes")
AM_CONDITIONAL(RUN_GPG_TESTS,
test x$cross_compiling = xno -a "$build_gpg" = yes )
#

View File

@ -1,3 +1,8 @@
2006-09-06 Marcus Brinkmann <marcus@g10code.de>
* Makefile.am (openpgp): New variable.
(SUBDIRS): Conditionalize openpgp on RUN_GPG_TESTS.
2006-08-21 Werner Koch <wk@g10code.com>
* Makefile.am (SUBDIRS): New.

View File

@ -29,7 +29,13 @@
#
#SUBDIRS = . ${pkits}
SUBDIRS = openpgp
if RUN_GPG_TESTS
openpgp = openpgp
else
openpgp =
endif
SUBDIRS = ${openpgp}
GPGSM = ../sm/gpgsm