From: Laurent Vivier <lvivier@redhat.com>
To: qemu-devel@nongnu.org
Cc: David Gibson <david@gibson.dropbear.id.au>,
Markus Armbruster <armbru@redhat.com>,
qemu-ppc@nongnu.org, Greg Kurz <groug@kaod.org>,
Thomas Huth <thuth@redhat.com>,
Laurent Vivier <lvivier@redhat.com>
Subject: [Qemu-devel] [PATCH v2 1/5] qtest: add netfilter tests for ppc64
Date: Thu, 5 Jan 2017 16:29:44 +0100 [thread overview]
Message-ID: <1483630188-32021-2-git-send-email-lvivier@redhat.com> (raw)
In-Reply-To: <1483630188-32021-1-git-send-email-lvivier@redhat.com>
Signed-off-by: Laurent Vivier <lvivier@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Greg Kurz <groug@kaod.org>
Tested-by: Greg Kurz <groug@kaod.org>
---
tests/Makefile.include | 3 +++
1 file changed, 3 insertions(+)
diff --git a/tests/Makefile.include b/tests/Makefile.include
index 4841d58..8d6ac7a 100644
--- a/tests/Makefile.include
+++ b/tests/Makefile.include
@@ -284,6 +284,9 @@ gcov-files-ppc64-y += hw/usb/hcd-uhci.c
check-qtest-ppc64-y += tests/usb-hcd-xhci-test$(EXESUF)
gcov-files-ppc64-y += hw/usb/hcd-xhci.c
check-qtest-ppc64-y += $(check-qtest-virtio-y)
+check-qtest-ppc64-y += tests/test-netfilter$(EXESUF)
+check-qtest-ppc64-y += tests/test-filter-mirror$(EXESUF)
+check-qtest-ppc64-y += tests/test-filter-redirector$(EXESUF)
check-qtest-sh4-y = tests/endianness-test$(EXESUF)
--
2.7.4
next prev parent reply other threads:[~2017-01-05 15:29 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-05 15:29 [Qemu-devel] [PATCH v2 0/5] qtest: enable several tests for ppc64 Laurent Vivier
2017-01-05 15:29 ` Laurent Vivier [this message]
2017-01-05 15:29 ` [Qemu-devel] [PATCH v2 2/5] qtest: add display-vga-test to ppc64 Laurent Vivier
2017-01-05 15:29 ` [Qemu-devel] [PATCH v2 3/5] libqos: fix spapr qpci_map() Laurent Vivier
2017-01-05 15:29 ` [Qemu-devel] [PATCH v2 4/5] qtest: convert ivshmem-test to use libqos Laurent Vivier
2017-01-05 15:29 ` [Qemu-devel] [PATCH v2 5/5] qtest: add ivshmem-test for ppc64 Laurent Vivier
2017-01-05 22:21 ` [Qemu-devel] [PATCH v2 0/5] qtest: enable several tests " David Gibson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1483630188-32021-2-git-send-email-lvivier@redhat.com \
--to=lvivier@redhat.com \
--cc=armbru@redhat.com \
--cc=david@gibson.dropbear.id.au \
--cc=groug@kaod.org \
--cc=qemu-devel@nongnu.org \
--cc=qemu-ppc@nongnu.org \
--cc=thuth@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).