aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@redhat.com>2008-05-07 14:04:40 +0000
committerDaniel Veillard <veillard@redhat.com>2008-05-07 14:04:40 +0000
commit70f446631f142ae92b4d4eb349fcf11408171556 (patch)
tree40d83e3913b183e5da5a53c6c35dbd48cd8532b2 /tests/xmconfigtest.c
parentAdded autogenerated TOC for network and storage XML reference docs (diff)
downloadlibvirt-70f446631f142ae92b4d4eb349fcf11408171556.tar.gz
libvirt-70f446631f142ae92b4d4eb349fcf11408171556.tar.bz2
libvirt-70f446631f142ae92b4d4eb349fcf11408171556.zip
Sound support for QEmu and Xen
* src/qemu_conf.c src/qemu_conf.h src/xend_internal.c src/xend_internal.h src/xm_internal.c src/xml.c src/xml.h: Patch from Cole Robinson adding sound support for QEmu and Xen * tests/qemuxml2argvtest.c tests/sexpr2xmltest.c tests/xmconfigtest.c tests/xml2sexprtest.c: Associated regression tests Daniel
Diffstat (limited to 'tests/xmconfigtest.c')
-rw-r--r--tests/xmconfigtest.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/xmconfigtest.c b/tests/xmconfigtest.c
index de446aad2..3725ae5b8 100644
--- a/tests/xmconfigtest.c
+++ b/tests/xmconfigtest.c
@@ -221,6 +221,8 @@ main(int argc, char **argv)
DO_TEST("fullvirt-parallel-tcp", 2);
+ DO_TEST("fullvirt-sound", 2);
+
exit(ret==0 ? EXIT_SUCCESS : EXIT_FAILURE);
}
#else /* WITHOUT_XEN */