diff options
| author | Wei Huang | 2018-02-01 18:28:09 +0100 |
|---|---|---|
| committer | Thomas Huth | 2018-02-14 11:43:42 +0100 |
| commit | ec2e988fce1b262b802ef7285981629a8417cd8c (patch) | |
| tree | 1081a0248e7fd7f81113c896b6c28f1c1cd91986 /tests/Makefile.include | |
| parent | tests/boot-serial: Add tests for PowerPC Mac machines (diff) | |
| download | qemu-ec2e988fce1b262b802ef7285981629a8417cd8c.tar.gz qemu-ec2e988fce1b262b802ef7285981629a8417cd8c.tar.xz qemu-ec2e988fce1b262b802ef7285981629a8417cd8c.zip | |
tests/boot-serial-test: Add support for the aarch64 virt machine
This patch adds a small binary kernel to test aarch64 virt machine's
UART.
Signed-off-by: Wei Huang <wei@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
[thuth: Fixed contextual conflicts with the hppa and sdhci patches]
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'tests/Makefile.include')
| -rw-r--r-- | tests/Makefile.include | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.include b/tests/Makefile.include index 8b304ead80..566d30a7b7 100644 --- a/tests/Makefile.include +++ b/tests/Makefile.include @@ -374,6 +374,7 @@ check-qtest-arm-y += tests/sdhci-test$(EXESUF) check-qtest-aarch64-y = tests/numa-test$(EXESUF) check-qtest-aarch64-y += tests/sdhci-test$(EXESUF) +check-qtest-aarch64-y += tests/boot-serial-test$(EXESUF) check-qtest-microblazeel-y = $(check-qtest-microblaze-y) |
