]> Git Repo - qemu.git/commitdiff
qtest: add netfilter tests for ppc64
authorLaurent Vivier <[email protected]>
Thu, 5 Jan 2017 15:29:44 +0000 (16:29 +0100)
committerDavid Gibson <[email protected]>
Mon, 30 Jan 2017 23:10:13 +0000 (10:10 +1100)
Signed-off-by: Laurent Vivier <[email protected]>
Reviewed-by: Thomas Huth <[email protected]>
Reviewed-by: Greg Kurz <[email protected]>
Tested-by: Greg Kurz <[email protected]>
Signed-off-by: David Gibson <[email protected]>
tests/Makefile.include

index 33b4f887464041f0cf36436795ec4f6e44af0ffb..92f89b07d6361b9e236471cab51c70fcd2da767f 100644 (file)
@@ -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)
 
This page took 0.022275 seconds and 4 git commands to generate.