diff options
author | Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> | 2019-09-10 16:11:37 -0400 |
---|---|---|
committer | Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> | 2019-09-24 19:43:48 -0400 |
commit | 981c107cbb420ee028f8ecd155352cfd6351c246 (patch) | |
tree | 5c99e2387f8bc0dea446850904d4f978c6420e19 /tools/testing/selftests | |
parent | 4c07e2ddab5b6b57dbcb09aedbda1f484d5940cc (diff) |
selftests/tpm2: Add the missing TEST_FILES assignment
The Python files required by the selftests are not packaged because of
the missing assignment to TEST_FILES. Add the assignment.
Cc: stable@vger.kernel.org
Fixes: 6ea3dfe1e073 ("selftests: add TPM 2.0 tests")
Signed-off-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
Reviewed-by: Petr Vorel <pvorel@suse.cz>
Diffstat (limited to 'tools/testing/selftests')
-rw-r--r-- | tools/testing/selftests/tpm2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/tpm2/Makefile b/tools/testing/selftests/tpm2/Makefile index 9dd848427a7b..bf401f725eef 100644 --- a/tools/testing/selftests/tpm2/Makefile +++ b/tools/testing/selftests/tpm2/Makefile | |||
@@ -2,3 +2,4 @@ | |||
2 | include ../lib.mk | 2 | include ../lib.mk |
3 | 3 | ||
4 | TEST_PROGS := test_smoke.sh test_space.sh | 4 | TEST_PROGS := test_smoke.sh test_space.sh |
5 | TEST_FILES := tpm2.py tpm2_tests.py | ||