]> git.proxmox.com Git - swtpm.git/commit - tests/Makefile.am
tests: Add test case running TPM 1.2 test suite
authorStefan Berger <stefanb@linux.vnet.ibm.com>
Thu, 28 Mar 2019 23:10:57 +0000 (19:10 -0400)
committerStefan Berger <stefanb@us.ibm.com>
Fri, 29 Mar 2019 00:58:04 +0000 (20:58 -0400)
commitb752aed8f5ffa19378f80222be01c5c296f3f6ea
tree47515a99c3658cb0501100ca6c0092fbf089e2c4
parenta18cf085043d6760d2f181b1536f0db4eb4f38a0
tests: Add test case running TPM 1.2 test suite

Add a test case that downloads the TPM 1.2 package from sourceforge,
patches a few files for OpenSSL compatibility, and runs a few test
cases of that test suite. Look for ERROR output in the test suite.
This test suite also provides better code coverage for libtpms.

Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
tests/Makefile.am
tests/patches/lib.patch [new file with mode: 0644]
tests/test_tpm12 [new file with mode: 0755]