projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
955a0f3
)
selftests: tpm2: install python files
author
Anders Roxell
<anders.roxell@linaro.org>
Wed, 14 Aug 2019 11:14:35 +0000
(13:14 +0200)
committer
Shuah Khan
<skhan@linuxfoundation.org>
Mon, 23 Sep 2019 14:33:16 +0000
(08:33 -0600)
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>
tools/testing/selftests/tpm2/Makefile
patch
|
blob
|
history
diff --git
a/tools/testing/selftests/tpm2/Makefile
b/tools/testing/selftests/tpm2/Makefile
index 9dd848427a7bfd92f560fc35f6bb5c6611c3155a..1a5db1eb8ed511e75ba6a04b3f6d11cea884d4e5 100644
(file)
--- 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