eio: all our tests need eina and we aren't testing eina here, so init once and for all.

This commit is contained in:
Cedric Bail 2016-07-28 20:53:34 -07:00
parent 5f224a6671
commit cec3eddb41
1 changed files with 4 additions and 0 deletions

View File

@ -30,8 +30,12 @@ main(int argc, char **argv)
putenv("EFL_RUN_IN_TREE=1");
eina_init();
failed_count = _efl_suite_build_and_run(argc - 1, (const char **)argv + 1,
"Eio", etc);
eina_shutdown();
return (failed_count == 0) ? 0 : 255;
}