diff options
author | Shengtan Mao <stmao@google.com> | 2022-02-25 09:44:51 -0800 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2022-03-02 19:27:36 +0000 |
commit | 4c579e15bdde6468317b40a84bf93e0114a0b179 (patch) | |
tree | 0b936d5b9d1a54136864c1ad0f3ae5cc29cdf656 /tests/qtest/meson.build | |
parent | 23d5acf3d40f8010275ae9a5a80daf652a97308f (diff) | |
download | qemu-4c579e15bdde6468317b40a84bf93e0114a0b179.zip qemu-4c579e15bdde6468317b40a84bf93e0114a0b179.tar.gz qemu-4c579e15bdde6468317b40a84bf93e0114a0b179.tar.bz2 |
tests/qtest: add qtests for npcm7xx sdhci
Reviewed-by: Hao Wu <wuhaotsh@google.com>
Reviewed-by: Chris Rauer <crauer@google.com>
Signed-off-by: Shengtan Mao <stmao@google.com>
Signed-off-by: Patrick Venture <venture@google.com>
Message-id: 20220225174451.192304-1-wuhaotsh@google.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'tests/qtest/meson.build')
-rw-r--r-- | tests/qtest/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/qtest/meson.build b/tests/qtest/meson.build index f33d84d..721eafa 100644 --- a/tests/qtest/meson.build +++ b/tests/qtest/meson.build @@ -190,6 +190,7 @@ qtests_npcm7xx = \ 'npcm7xx_gpio-test', 'npcm7xx_pwm-test', 'npcm7xx_rng-test', + 'npcm7xx_sdhci-test', 'npcm7xx_smbus-test', 'npcm7xx_timer-test', 'npcm7xx_watchdog_timer-test'] + \ |