aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/tpm2/Makefile
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2019-08-14 13:14:35 +0200
committerShuah Khan <skhan@linuxfoundation.org>2019-09-23 08:33:16 -0600
commit721cb3c8bc8890e824b7be53bf951960ff7811f9 (patch)
tree3018c4e2fb1be4cd86461f9593626bc19aee3532 /tools/testing/selftests/tpm2/Makefile
parentselftests: livepatch: add missing fragments to config (diff)
downloadlinux-dev-721cb3c8bc8890e824b7be53bf951960ff7811f9.tar.xz
linux-dev-721cb3c8bc8890e824b7be53bf951960ff7811f9.zip
selftests: tpm2: install python files
Both test_smoke.sh and test_space.sh require tpm2.py and tpm2_test.py. Rework so that tpm2.py and tpm2_test.py gets installed, added them to the variable TEST_PROGS_EXTENDED. Signed-off-by: Anders Roxell <anders.roxell@linaro.org> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Diffstat (limited to '')
-rw-r--r--tools/testing/selftests/tpm2/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/tpm2/Makefile b/tools/testing/selftests/tpm2/Makefile
index 9dd848427a7b..1a5db1eb8ed5 100644
--- a/tools/testing/selftests/tpm2/Makefile
+++ b/tools/testing/selftests/tpm2/Makefile
@@ -2,3 +2,4 @@
include ../lib.mk
TEST_PROGS := test_smoke.sh test_space.sh
+TEST_PROGS_EXTENDED := tpm2.py tpm2_tests.py