diff options
| author | Richard Henderson | 2018-02-04 07:46:15 +0100 |
|---|---|---|
| committer | Richard Henderson | 2018-02-04 23:11:07 +0100 |
| commit | 3ff6dd4750d2d98907a61db9c7c0d2185571772c (patch) | |
| tree | 483493b4dab89df774d36eb69d9831ab94a9436b /tests/Makefile.include | |
| parent | hw/hppa: Use qemu_log_mask instead of fprintf to stderr (diff) | |
| download | qemu-3ff6dd4750d2d98907a61db9c7c0d2185571772c.tar.gz qemu-3ff6dd4750d2d98907a61db9c7c0d2185571772c.tar.xz qemu-3ff6dd4750d2d98907a61db9c7c0d2185571772c.zip | |
tests: Enable boot-serial-test for hppa
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Richard Henderson <richard.henderson@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) |
