mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
viralloc: Export virAllocTest*
If users build with --enable-test-oom configure option, they get this error saying, virAllocTest* functions are not defined within tests/testutils.c.
This commit is contained in:
@@ -697,7 +697,7 @@ int virtTestMain(int argc,
|
||||
if (worker) {
|
||||
_exit(ret);
|
||||
} else {
|
||||
int i, status;
|
||||
int i;
|
||||
for (i = 0 ; i < mp ; i++) {
|
||||
if (virProcessWait(workers[i], NULL) < 0)
|
||||
ret = EXIT_FAILURE;
|
||||
|
||||
Reference in New Issue
Block a user