vmx: handle shared folders formatting

This patch adds support for generating vmx files with
shared folders enabled.

Update test suite accordingly.
This commit is contained in:
Jean-Baptiste Rouault
2012-07-11 12:16:34 +02:00
committed by Matthias Bolte
parent df80282dab
commit 1f2bd1072a
5 changed files with 95 additions and 1 deletions

View File

@@ -255,6 +255,8 @@ mymain(void)
DO_TEST("floppy-file", "floppy-file", 4);
DO_TEST("floppy-device", "floppy-device", 4);
DO_TEST("sharedfolder", "sharedfolder", 4);
DO_TEST("ethernet-e1000", "ethernet-e1000", 4);
DO_TEST("ethernet-vmxnet2", "ethernet-vmxnet2", 4);