mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
tests:tpm2dtests: Fix tests with TPM2D.
* tests/tpm2dtests/Makefile.am (TESTS_ENVIRONMENT): Fix. * tests/tpm2dtests/all-tests.scm: Follow the change of gpgscm. * tests/tpm2dtests/run-tests.scm: Likewise. -- GnuPG-bug-id: 6052 Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
This commit is contained in:
parent
4206d89003
commit
321f9c0a3f
3 changed files with 16 additions and 11 deletions
|
@ -29,6 +29,7 @@
|
|||
(define setup
|
||||
(make-environment-cache (test::scm
|
||||
#f
|
||||
#f
|
||||
(path-join "tests" "tpm2dtests" "setup.scm")
|
||||
(in-srcdir "tests" "tpm2dtests" "setup.scm"))))
|
||||
|
||||
|
@ -38,6 +39,7 @@
|
|||
(load-tests "tests" "tpm2dtests")
|
||||
(map (lambda (name)
|
||||
(test::scm setup
|
||||
#f
|
||||
(path-join "tests" "tpm2dtests" name)
|
||||
(in-srcdir "tests" "tpm2dtests" name)
|
||||
"--use-keyring")) tests)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue