diff options
| author | Thomas Huth | 2017-11-30 09:53:05 +0100 |
|---|---|---|
| committer | Paolo Bonzini | 2018-01-16 14:54:50 +0100 |
| commit | acf53766fc26fd90a0b06bae81638502d249f7e7 (patch) | |
| tree | d50161477e7eed7f0f56750343fd065bba7ee10a /tests/Makefile.include | |
| parent | scsi-disk: release AioContext in unaligned WRITE SAME case (diff) | |
| download | qemu-acf53766fc26fd90a0b06bae81638502d249f7e7.tar.gz qemu-acf53766fc26fd90a0b06bae81638502d249f7e7.tar.xz qemu-acf53766fc26fd90a0b06bae81638502d249f7e7.zip | |
tests/boot-serial-test: Add tests for microblaze boards
This adds two simple TCG + UART tests for the microblaze boards,
one in big endian mode, and one in little endian mode.
Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-Id: <1512031988-32490-5-git-send-email-thuth@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'tests/Makefile.include')
| -rw-r--r-- | tests/Makefile.include | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Makefile.include b/tests/Makefile.include index 39a4b5359d..561e14ba3d 100644 --- a/tests/Makefile.include +++ b/tests/Makefile.include @@ -300,6 +300,8 @@ check-qtest-alpha-y = tests/boot-serial-test$(EXESUF) check-qtest-m68k-y = tests/boot-serial-test$(EXESUF) +check-qtest-microblaze-y = tests/boot-serial-test$(EXESUF) + check-qtest-mips-y = tests/endianness-test$(EXESUF) check-qtest-mips64-y = tests/endianness-test$(EXESUF) |
