Test case for QEMU driver ARGV -> XML conversion

This commit is contained in:
Daniel P. Berrange
2009-05-21 14:22:51 +00:00
parent 595ade9f41
commit 107a7bd06b
12 changed files with 314 additions and 7 deletions

View File

@@ -27,6 +27,8 @@ int virtTestCaptureProgramOutput(const char *const argv[],
char **buf,
int buflen);
int virtTestClearLineRegex(const char *pattern,
char *string);
int virtTestDifference(FILE *stream,
const char *expect,