Skip to content

Commit

Permalink
hw/misc: Add QTest for NPCM7XX PWM Module
Browse files Browse the repository at this point in the history
We add a qtest for the PWM in the previous patch. It proves it works as
expected.

Reviewed-by: Havard Skinnemoen <hskinnemoen@google.com>
Reviewed-by: Tyrone Ting <kfting@nuvoton.com>
Signed-off-by: Hao Wu <wuhaotsh@google.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 20210108190945.949196-6-wuhaotsh@google.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
  • Loading branch information
haowu4682 authored and pm215 committed Jan 12, 2021
1 parent 1e943c5 commit 73314f1
Show file tree
Hide file tree
Showing 2 changed files with 491 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/qtest/meson.build
Expand Up @@ -136,6 +136,7 @@ qtests_sparc64 = \
qtests_npcm7xx = \
['npcm7xx_adc-test',
'npcm7xx_gpio-test',
'npcm7xx_pwm-test',
'npcm7xx_rng-test',
'npcm7xx_timer-test',
'npcm7xx_watchdog_timer-test']
Expand Down

0 comments on commit 73314f1

Please sign in to comment.