mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
tests: Fix to support --enable-all-tests and variants.
* tests/gpgscm/tests.scm (test::scm): Add VARIANT argument.
(tests::new): Likewise.
(open-log-file, report): Support VARIANT.
* tests/gpgme/all-tests.scm (setup-c, setup-py): Follow the change.
* tests/gpgsm/all-tests.scm (setup): Likewise.
* tests/gpgsm/run-tests.scm: Likewise.
* tests/migrations/all-tests.scm: Likewise.
* tests/migrations/run-tests.scm: Likewise.
* tests/openpgp/all-tests.scm: Likewise.
* tests/openpgp/run-tests.scm: Likewise.
--
Fixes-commit: 1c88104a3f
Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
This commit is contained in:
parent
754175a46d
commit
0fd7a90207
8 changed files with 30 additions and 11 deletions
|
@ -29,6 +29,7 @@
|
|||
(define setup
|
||||
(make-environment-cache
|
||||
(test::scm
|
||||
#f
|
||||
#f
|
||||
(path-join "tests" "gpgsm" "setup.scm")
|
||||
(in-srcdir "tests" "gpgsm" "setup.scm")
|
||||
|
@ -36,6 +37,7 @@
|
|||
|
||||
(map (lambda (name)
|
||||
(test::scm setup
|
||||
#f
|
||||
(path-join "tests" "gpgsm" name)
|
||||
(in-srcdir "tests" "gpgsm" name)))
|
||||
(parse-makefile-expand (in-srcdir "tests" "gpgsm" "Makefile.am")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue