mirror of https://github.com/xemu-project/xemu.git
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>
This commit is contained in:
parent
9d2179d6f9
commit
2f8e4906ff
|
@ -285,6 +285,9 @@ gcov-files-ppc64-y += hw/usb/hcd-uhci.c
|
||||||
check-qtest-ppc64-y += tests/usb-hcd-xhci-test$(EXESUF)
|
check-qtest-ppc64-y += tests/usb-hcd-xhci-test$(EXESUF)
|
||||||
gcov-files-ppc64-y += hw/usb/hcd-xhci.c
|
gcov-files-ppc64-y += hw/usb/hcd-xhci.c
|
||||||
check-qtest-ppc64-y += $(check-qtest-virtio-y)
|
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)
|
check-qtest-sh4-y = tests/endianness-test$(EXESUF)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue