]> git.proxmox.com Git - swtpm.git/blame - tests/Makefile.am
merging swtpm-tools into this project
[swtpm.git] / tests / Makefile.am
CommitLineData
e46a2b66
SB
1#
2# tests/Makefile.am
3#
4# For the license, see the LICENSE file in the root directory.
5#
6
7check_PROGRAMS =
8
9TESTS = \
10 test_init \
11 test_getcap \
12 test_locality \
13 test_hashing \
14 test_volatilestate \
15 test_wrongorder \
16 test_encrypted_state \
17 \
18 test_commandline \
19 test_parameters \
20 test_resume_volatile
21
22if WITH_GNUTLS
23TESTS += \
24 test_swtpm_cert
25endif
26
27EXTRA_DIST=$(TESTS) \
28 swtpm_setup.conf \
29 create_certs.sh \
30 data/issuercert.pem \
31 data/pubek.pem \
32 data/signkey.pem \
33 data/keyfile.txt \
34 data/pwdfile.txt \
35 data/tpmstate1/tpm-00.permall \
36 data/tpmstate1/tpm-00.volatilestate \
37 data/tpmstate1/README \
38 data/tpmstate2/tpm-00.permall \
39 data/tpmstate2/tpm-00.volatilestate \
40 data/tpmstate2/pwdfile.txt \
41 data/tpmstate2/README \
42 test_swtpm_cert
43
44# Cannot run the tests in parallel...
45.NOTPARALLEL: