diff options
author | Laurent Vivier <lvivier@redhat.com> | 2017-01-05 16:29:44 +0100 |
---|---|---|
committer | David Gibson <david@gibson.dropbear.id.au> | 2017-01-31 10:10:13 +1100 |
commit | 2f8e4906ff1cb2fdd2637ced9596a3d675fee861 (patch) | |
tree | b388b0b7450b953f8eb7d8c645b5fd15a6b4a187 /tests | |
parent | 9d2179d6f960aef1b8aab4d014fd8385f0a187e5 (diff) | |
download | qemu-2f8e4906ff1cb2fdd2637ced9596a3d675fee861.zip |
qtest: add netfilter tests for ppc64
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>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.include | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/Makefile.include b/tests/Makefile.include index 33b4f88746..92f89b07d6 100644 --- a/tests/Makefile.include +++ b/tests/Makefile.include @@ -285,6 +285,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) |