diff options
| author | Peter Maydell | 2018-02-06 15:21:40 +0100 |
|---|---|---|
| committer | Peter Maydell | 2018-02-06 15:21:41 +0100 |
| commit | 20e0d439a6ded635ec89f6135c08cd5541c68962 (patch) | |
| tree | d0aa6765c85d66876f3719276f46878dd065efb5 /tests/Makefile.include | |
| parent | Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2018-02-03-1... (diff) | |
| parent | roms/seabios-hppa: Update submodule and image (diff) | |
| download | qemu-20e0d439a6ded635ec89f6135c08cd5541c68962.tar.gz qemu-20e0d439a6ded635ec89f6135c08cd5541c68962.tar.xz qemu-20e0d439a6ded635ec89f6135c08cd5541c68962.zip | |
Merge remote-tracking branch 'remotes/rth/tags/pull-hppa-20180204' into staging
hppa-softmmu update
# gpg: Signature made Sun 04 Feb 2018 22:20:40 GMT
# gpg: using RSA key 64DF38E8AF7E215F
# gpg: Good signature from "Richard Henderson <richard.henderson@linaro.org>"
# Primary key fingerprint: 7A48 1E78 868B 4DB6 A85A 05C0 64DF 38E8 AF7E 215F
* remotes/rth/tags/pull-hppa-20180204:
roms/seabios-hppa: Update submodule and image
tests: Enable boot-serial-test for hppa
hw/hppa: Use qemu_log_mask instead of fprintf to stderr
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
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 ca82e0c0cc..83def6994c 100644 --- a/tests/Makefile.include +++ b/tests/Makefile.include @@ -299,6 +299,8 @@ gcov-files-x86_64-y = $(subst i386-softmmu/,x86_64-softmmu/,$(gcov-files-i386-y) check-qtest-alpha-y = tests/boot-serial-test$(EXESUF) +check-qtest-hppa-y = tests/boot-serial-test$(EXESUF) + check-qtest-m68k-y = tests/boot-serial-test$(EXESUF) check-qtest-microblaze-y = tests/boot-serial-test$(EXESUF) |
