Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Anders Roxell and committed by
Shuah Khan
721cb3c8 955a0f33

+1
+1
tools/testing/selftests/tpm2/Makefile
··· 2 2 include ../lib.mk 3 3 4 4 TEST_PROGS := test_smoke.sh test_space.sh 5 + TEST_PROGS_EXTENDED := tpm2.py tpm2_tests.py