Message ID | 20250415125345.427420-3-jerome.forissier@linaro.org |
---|---|
State | Superseded |
Headers | show |
Series | ut: fix print_guid() and enable UNIT_TEST for qemu_arm64 | expand |
On 15.04.25 14:53, Jerome Forissier wrote: > Enable CONFIG_UNIT_TEST in configs/qemu_arm64_defconfig so that the unit > tests are run in CI. > > Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org> Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de> > --- > > configs/qemu_arm64_defconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/configs/qemu_arm64_defconfig b/configs/qemu_arm64_defconfig > index 6c9d2505a69..cd9a4f2ae26 100644 > --- a/configs/qemu_arm64_defconfig > +++ b/configs/qemu_arm64_defconfig > @@ -75,3 +75,4 @@ CONFIG_MBEDTLS_LIB=y > CONFIG_TPM=y > CONFIG_TPM_PCR_ALLOCATE=y > CONFIG_GENERATE_SMBIOS_TABLE_VERBOSE=y > +CONFIG_UNIT_TEST=y
Thanks Jerome, On Tue, 15 Apr 2025 at 15:54, Jerome Forissier <jerome.forissier@linaro.org> wrote: > > Enable CONFIG_UNIT_TEST in configs/qemu_arm64_defconfig so that the unit > tests are run in CI. > > Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org> > --- > > configs/qemu_arm64_defconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/configs/qemu_arm64_defconfig b/configs/qemu_arm64_defconfig > index 6c9d2505a69..cd9a4f2ae26 100644 > --- a/configs/qemu_arm64_defconfig > +++ b/configs/qemu_arm64_defconfig > @@ -75,3 +75,4 @@ CONFIG_MBEDTLS_LIB=y > CONFIG_TPM=y > CONFIG_TPM_PCR_ALLOCATE=y > CONFIG_GENERATE_SMBIOS_TABLE_VERBOSE=y > +CONFIG_UNIT_TEST=y > -- > 2.43.0 > Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
diff --git a/configs/qemu_arm64_defconfig b/configs/qemu_arm64_defconfig index 6c9d2505a69..cd9a4f2ae26 100644 --- a/configs/qemu_arm64_defconfig +++ b/configs/qemu_arm64_defconfig @@ -75,3 +75,4 @@ CONFIG_MBEDTLS_LIB=y CONFIG_TPM=y CONFIG_TPM_PCR_ALLOCATE=y CONFIG_GENERATE_SMBIOS_TABLE_VERBOSE=y +CONFIG_UNIT_TEST=y
Enable CONFIG_UNIT_TEST in configs/qemu_arm64_defconfig so that the unit tests are run in CI. Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org> --- configs/qemu_arm64_defconfig | 1 + 1 file changed, 1 insertion(+)