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:
Michal Privoznik
2013-03-22 10:18:48 +01:00
parent c5f28d0117
commit 70bc623b58
4 changed files with 29 additions and 8 deletions

View File

@@ -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;