1
0
Fork 0
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:
NIIBE Yutaka 2023-10-03 11:53:00 +09:00
parent 4206d89003
commit 321f9c0a3f
No known key found for this signature in database
GPG key ID: 640114AF89DE6054
3 changed files with 16 additions and 11 deletions

View file

@ -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)))