swtpm/tests/Makefile.am
Stefan Berger 8236603be8 tests: add volatilestate.bin to EXTRA_DIST
Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com>
2015-05-25 15:46:04 -04:00

49 lines
926 B
Makefile

#
# tests/Makefile.am
#
# For the license, see the LICENSE file in the root directory.
#
check_PROGRAMS =
TESTS = \
test_init \
test_getcap \
test_locality \
test_hashing \
test_hashing2 \
test_volatilestate \
test_wrongorder \
test_encrypted_state \
test_save_load_encrypted_state \
test_save_load_state \
test_migration_key \
\
test_commandline \
test_parameters \
test_resume_volatile
if WITH_GNUTLS
TESTS += \
test_swtpm_cert \
test_swtpm_setup_create_cert
endif
EXTRA_DIST=$(TESTS) \
swtpm_setup.conf \
create_certs.sh \
data/issuercert.pem \
data/pubek.pem \
data/signkey.pem \
data/keyfile.txt \
data/pwdfile.txt \
data/migkey1/volatilestate.bin \
data/tpmstate1/tpm-00.permall \
data/tpmstate1/tpm-00.volatilestate \
data/tpmstate1/README \
data/tpmstate2/tpm-00.permall \
data/tpmstate2/tpm-00.volatilestate \
data/tpmstate2/pwdfile.txt \
data/tpmstate2/README \
test_swtpm_cert