mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
721cb3c8bc
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>
6 lines
159 B
Makefile
6 lines
159 B
Makefile
# SPDX-License-Identifier: (GPL-2.0 OR BSD-3-Clause)
|
|
include ../lib.mk
|
|
|
|
TEST_PROGS := test_smoke.sh test_space.sh
|
|
TEST_PROGS_EXTENDED := tpm2.py tpm2_tests.py
|