diff --git a/tests/Makefile.am b/tests/Makefile.am index 8bc425e2e..8a4a9c22c 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -192,5 +192,8 @@ check-display: @if test -n "$$SWTPM_IOCTL"; then \ echo "*** Using SWTPM_IOCTL=$$SWTPM_IOCTL"; \ fi + @if test -n "$$SWTPM_CERT"; then \ + echo "*** Using SWTPM_CERT=$$SWTPM_CERT"; \ + fi check: check-am check-display