From 4c046e0b463e94c004a057ec34fb946013b731e9 Mon Sep 17 00:00:00 2001 From: Stefan Berger Date: Mon, 13 Nov 2017 13:49:13 -0500 Subject: [PATCH] build: add missing EXTRA_DIST files Signed-off-by: Stefan Berger --- tests/Makefile.am | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index 9a5559d..30ddcad 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -50,6 +50,7 @@ endif EXTRA_DIST=$(TESTS) \ swtpm_setup.conf \ + common \ create_certs.sh \ data/issuercert.pem \ data/pubek.pem \ @@ -64,9 +65,26 @@ EXTRA_DIST=$(TESTS) \ data/tpmstate2/tpm-00.volatilestate \ data/tpmstate2/pwdfile.txt \ data/tpmstate2/README \ + test_clientfds.py \ test_common \ test_cuse \ - test_swtpm_cert + test_setdatafd.py \ + test_swtpm_cert \ + _test_encrypted_state \ + _test_getcap \ + _test_hashing \ + _test_hashing2 \ + _test_init \ + _test_locality \ + _test_migration_key \ + _test_migration_key_2 \ + _test_resume_volatile \ + _test_save_load_encrypted_state \ + _test_save_load_state \ + _test_setbuffersize \ + _test_swtpm_bios \ + _test_volatilestate \ + _test_wrongorder check-display: @if test -n "$$SWTPM_EXE"; then \ -- 2.39.5