Skip to content

Commit

Permalink
tests/qtests: Add npcm7xx emc model test
Browse files Browse the repository at this point in the history
Reviewed-by: Hao Wu <wuhaotsh@google.com>
Reviewed-by: Avi Fishman <avi.fishman@nuvoton.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Doug Evans <dje@google.com>
Message-id: 20210218212453.831406-4-dje@google.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
  • Loading branch information
xdje42 authored and pm215 committed Mar 5, 2021
1 parent 7758643 commit e664616
Show file tree
Hide file tree
Showing 2 changed files with 864 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/qtest/meson.build
Expand Up @@ -141,7 +141,8 @@ qtests_npcm7xx = \
'npcm7xx_rng-test',
'npcm7xx_smbus-test',
'npcm7xx_timer-test',
'npcm7xx_watchdog_timer-test']
'npcm7xx_watchdog_timer-test'] + \
(slirp.found() ? ['npcm7xx_emc-test'] : [])
qtests_arm = \
(config_all_devices.has_key('CONFIG_CMSDK_APB_DUALTIMER') ? ['cmsdk-apb-dualtimer-test'] : []) + \
(config_all_devices.has_key('CONFIG_CMSDK_APB_TIMER') ? ['cmsdk-apb-timer-test'] : []) + \
Expand Down

0 comments on commit e664616

Please sign in to comment.