diff options
author | Werner Koch <wk@gnupg.org> | 2022-07-26 21:10:48 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2022-07-27 11:40:33 +0200 |
commit | 77090e5260e4989bf22e55d340192a3fcf546807 (patch) | |
tree | 36f587eda18ad28b825c5502be06564b6c60b0cd /tests | |
parent | doc: Minor typo fix (diff) | |
download | gnupg2-77090e5260e4989bf22e55d340192a3fcf546807.tar.xz gnupg2-77090e5260e4989bf22e55d340192a3fcf546807.zip |
tests: Add missing file for tpm2d tests to the tarball.
--
GnuPG-bug-id: 6052
Diffstat (limited to 'tests')
-rw-r--r-- | tests/tpm2dtests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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~ \ |