]> git.proxmox.com Git - swtpm.git/blame - tests/Makefile.am
swtpm: Add a command line option for a migration key
[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 \
0321a380 14 test_hashing2 \
e46a2b66
SB
15 test_volatilestate \
16 test_wrongorder \
17 test_encrypted_state \
198ebab3
SB
18 test_save_load_encrypted_state \
19 test_save_load_state \
1680c41d 20 test_migration_key \
e46a2b66
SB
21 \
22 test_commandline \
23 test_parameters \
24 test_resume_volatile
25
26if WITH_GNUTLS
27TESTS += \
0dba8f77
SB
28 test_swtpm_cert \
29 test_swtpm_setup_create_cert
e46a2b66
SB
30endif
31
32EXTRA_DIST=$(TESTS) \
33 swtpm_setup.conf \
34 create_certs.sh \
35 data/issuercert.pem \
36 data/pubek.pem \
37 data/signkey.pem \
38 data/keyfile.txt \
39 data/pwdfile.txt \
40 data/tpmstate1/tpm-00.permall \
41 data/tpmstate1/tpm-00.volatilestate \
42 data/tpmstate1/README \
43 data/tpmstate2/tpm-00.permall \
44 data/tpmstate2/tpm-00.volatilestate \
45 data/tpmstate2/pwdfile.txt \
46 data/tpmstate2/README \
47 test_swtpm_cert