Commit 721cb3c8 authored by Anders Roxell's avatar Anders Roxell Committed by Shuah Khan
Browse files

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: default avatarAnders Roxell <anders.roxell@linaro.org>
Signed-off-by: default avatarShuah Khan <skhan@linuxfoundation.org>
parent 955a0f33
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -2,3 +2,4 @@
include ../lib.mk
include ../lib.mk


TEST_PROGS := test_smoke.sh test_space.sh
TEST_PROGS := test_smoke.sh test_space.sh
TEST_PROGS_EXTENDED := tpm2.py tpm2_tests.py