diff mbox series

selftests/tpm2: Add the missing TEST_FILES assignment

Message ID 20190910222523.8116-1-jarkko.sakkinen@linux.intel.com (mailing list archive)
State New, archived
Headers show
Series selftests/tpm2: Add the missing TEST_FILES assignment | expand

Commit Message

Jarkko Sakkinen Sept. 10, 2019, 10:25 p.m. UTC
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>
---
 tools/testing/selftests/tpm2/Makefile | 1 +
 1 file changed, 1 insertion(+)

Comments

Petr Vorel Sept. 11, 2019, 9:20 a.m. UTC | #1
Hi Jarkko,

> 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>

Kind regards,
Petr
Jarkko Sakkinen Sept. 13, 2019, 1:39 p.m. UTC | #2
On Wed, Sep 11, 2019 at 11:20:06AM +0200, Petr Vorel wrote:
> Hi Jarkko,
> 
> > 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>

Thank you.

/Jarkko
diff mbox series

Patch

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 @@ 
 include ../lib.mk
 
 TEST_PROGS := test_smoke.sh test_space.sh
+TEST_FILES := tpm2.py tpm2_tests.py