On Fri, 27 Oct 2023 at 18:55, Nabih Estefan <[email protected]> wrote: > > From: Nabih Estefan Diaz <[email protected]> > > - Created qtest to check initialization of registers in GMAC Module. > - Implemented test into Build File. > > Change-Id: Ib0e07f6dacc1266b62b4926873ccd912250cf89d > Signed-off-by: Nabih Estefan <[email protected]> > --- > tests/qtest/meson.build | 7 +- > tests/qtest/npcm_gmac-test.c | 209 +++++++++++++++++++++++++++++++++++ > 2 files changed, 211 insertions(+), 5 deletions(-) > create mode 100644 tests/qtest/npcm_gmac-test.c > > diff --git a/tests/qtest/meson.build b/tests/qtest/meson.build > index daec219a32..205c60aadc 100644 > --- a/tests/qtest/meson.build > +++ b/tests/qtest/meson.build > @@ -205,9 +205,6 @@ qtests_arm = \ > (config_all_devices.has_key('CONFIG_ASPEED_SOC') ? qtests_aspeed : []) + \ > (config_all_devices.has_key('CONFIG_NPCM7XX') ? qtests_npcm7xx : []) + \ > (config_all_devices.has_key('CONFIG_GENERIC_LOADER') ? ['hexloader-test'] > : []) + \ > - (config_all_devices.has_key('CONFIG_TPM_TIS_I2C') ? ['tpm-tis-i2c-test'] : > []) + \ > - (config_all_devices.has_key('CONFIG_VEXPRESS') ? ['test-arm-mptimer'] : > []) + \ > - (config_all_devices.has_key('CONFIG_MICROBIT') ? ['microbit-test'] : []) + > \ > ['arm-cpu-features', > 'boot-serial-test'] > > @@ -219,8 +216,8 @@ qtests_aarch64 = \ > (config_all_devices.has_key('CONFIG_XLNX_ZYNQMP_ARM') ? ['xlnx-can-test', > 'fuzz-xlnx-dp-test'] : []) + \ > (config_all_devices.has_key('CONFIG_XLNX_VERSAL') ? ['xlnx-canfd-test'] : > []) + \ > (config_all_devices.has_key('CONFIG_RASPI') ? ['bcm2835-dma-test'] : []) + > \ > - (config_all.has_key('CONFIG_TCG') and > \ > - config_all_devices.has_key('CONFIG_TPM_TIS_I2C') ? ['tpm-tis-i2c-test'] : > []) + \ > + (config_all_devices.has_key('CONFIG_ASPEED_SOC') ? qtests_aspeed : []) + \ > + (config_all_devices.has_key('CONFIG_NPCM7XX') ? qtests_npcm7xx : []) + \ > ['arm-cpu-features', > 'numa-test', > 'boot-serial-test',
Why does this patch remove a bunch of existing tests for non-npcm board types ? thanks -- PMM
