Skip to content

Commit

Permalink
tests/qtest: sifive-e-aon-watchdog-test.c: Add QTest of watchdog of s…
Browse files Browse the repository at this point in the history
…ifive_e

Add some simple tests of the watchdog timer in the always-on domain device
of HiFive 1 rev b.

Signed-off-by: Tommy Wu <tommy.wu@sifive.com>
Reviewed-by: Frank Chang <frank.chang@sifive.com>
Acked-by: Thomas Huth <thuth@redhat.com>
Acked-by: Alistair Francis <alistair.francis@wdc.com>
Message-Id: <20230627141216.3962299-4-tommy.wu@sifive.com>
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
  • Loading branch information
Tommy Wu authored and alistair23 committed Jul 10, 2023
1 parent 8219364 commit 2f849e9
Show file tree
Hide file tree
Showing 2 changed files with 453 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/qtest/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,9 @@ qtests_s390x = \
'cpu-plug-test',
'migration-test']

qtests_riscv32 = \
(config_all_devices.has_key('CONFIG_SIFIVE_E_AON') ? ['sifive-e-aon-watchdog-test'] : [])

qos_test_ss = ss.source_set()
qos_test_ss.add(
'ac97-test.c',
Expand Down

0 comments on commit 2f849e9

Please sign in to comment.