mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
build: New configure option --enable-all-tests.
* configure.ac: New option --enable-all-tests. * tests/gpgscm/ffi.c (ffi_init): New gloabl var *run-all-tests*. * tests/openpgp/all-tests.scm (all-tests): Use that var instead of *maintainer-mode*. * Makefile.am (AM_DISTCHECK_CONFIGURE_FLAGS): Add --enable-all-tests. -- It is better to have a separate option to run all tests than to put this on top of --enable-maintainer-mode. This way we can also make sure to run all tests during "make distcheck". Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
0bd19dae11
commit
fb21aa8b50
5 changed files with 28 additions and 3 deletions
|
@ -58,7 +58,7 @@
|
|||
(path-join "tests" "openpgp" name)
|
||||
(in-srcdir "tests" "openpgp" name))) all-tests))
|
||||
|
||||
(when *maintainer-mode*
|
||||
(when *run-all-tests*
|
||||
(set! tests
|
||||
(append
|
||||
tests
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue