create some basic resources before starting to test stuff.

This commit is contained in:
Enno Rehling 2010-06-08 21:26:22 -07:00
parent 757517073d
commit d0419db94d
1 changed files with 1 additions and 0 deletions

View File

@ -111,6 +111,7 @@ parse_args(int argc, char **argv, int *exitcode)
}
if (run_tests) {
init_resources();
*exitcode = RunAllTests();
return 1;
}