From 77090e5260e4989bf22e55d340192a3fcf546807 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 26 Jul 2022 21:10:48 +0200 Subject: [PATCH] tests: Add missing file for tpm2d tests to the tarball. -- GnuPG-bug-id: 6052 --- tests/tpm2dtests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tpm2dtests/Makefile.am b/tests/tpm2dtests/Makefile.am index f0afa2a37..36d1685ba 100644 --- a/tests/tpm2dtests/Makefile.am +++ b/tests/tpm2dtests/Makefile.am @@ -63,7 +63,7 @@ tpm_server_found: @if [ -z "$(TPMSERVER)" -a -z "$(SWTPM)" -a -z "$(FORCE)" ]; then echo "ERROR: No Software TPM has been found, cannot run TPM tests. Set FORCE=1 to force using the physical TPM"; exit 1; fi EXTRA_DIST = defs.scm shell.scm all-tests.scm run-tests.scm $(XTESTS) \ - start_sw_tpm.sh + start_sw_tpm.sh setup.scm CLEANFILES = gpg.conf gpg-agent.conf S.gpg-agent \ pubring.gpg pubring.gpg~ pubring.kbx pubring.kbx~ \