mirror of
git://git.gnupg.org/gnupg.git
synced 2025-04-13 22:21:09 +02:00
build: Fix distcheck when tpm2dtests are run.
* tests/tpm2dtests/Makefile.am (EXTRA_DIST): Distribute test files. (CLEANFILES): Make sure to remove log files. Signed-off-by: Damien Goutte-Gattat <dgouttegattat@incenp.org>
This commit is contained in:
parent
a788f2e830
commit
ad481666ea
@ -61,14 +61,15 @@ xcheck: tpm_server_found
|
|||||||
tpm_server_found:
|
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
|
@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 start_sw_tpm.sh
|
EXTRA_DIST = defs.scm shell.scm all-tests.scm run-tests.scm $(XTESTS) \
|
||||||
|
start_sw_tpm.sh
|
||||||
|
|
||||||
CLEANFILES = gpg.conf gpg-agent.conf S.gpg-agent \
|
CLEANFILES = gpg.conf gpg-agent.conf S.gpg-agent \
|
||||||
pubring.gpg pubring.gpg~ pubring.kbx pubring.kbx~ \
|
pubring.gpg pubring.gpg~ pubring.kbx pubring.kbx~ \
|
||||||
secring.gpg pubring.pkr secring.skr \
|
secring.gpg pubring.pkr secring.skr \
|
||||||
gnupg-test.stop random_seed gpg-agent.log tofu.db \
|
gnupg-test.stop random_seed gpg-agent.log tofu.db \
|
||||||
passphrases sshcontrol S.gpg-agent.ssh report.xml \
|
passphrases sshcontrol S.gpg-agent.ssh report.xml \
|
||||||
msg.txt
|
msg.txt *.log
|
||||||
|
|
||||||
clean-local:
|
clean-local:
|
||||||
-rm -rf private-keys-v1.d openpgp-revocs.d
|
-rm -rf private-keys-v1.d openpgp-revocs.d
|
||||||
|
Loading…
x
Reference in New Issue
Block a user