Optional dlopen support for drivers

This commit is contained in:
Daniel P. Berrange
2008-11-21 12:16:08 +00:00
parent 410fb96cbc
commit 2c855c1c66
16 changed files with 372 additions and 26 deletions

View File

@@ -151,6 +151,9 @@ void virtTestCaptureProgramExecChild(const char *const argv[],
int stderrfd = -1;
const char *const env[] = {
"LANG=C",
#if WITH_DRIVER_MODULES
"LIBVIRT_DRIVER_DIR=" TEST_DRIVER_DIR,
#endif
NULL
};