cedric pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=cec3eddb41376aba0be93aa42a11843e66126c33

commit cec3eddb41376aba0be93aa42a11843e66126c33
Author: Cedric Bail <ced...@osg.samsung.com>
Date:   Thu Jul 28 20:53:34 2016 -0700

    eio: all our tests need eina and we aren't testing eina here, so init once 
and for all.
---
 src/tests/eio/eio_suite.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/tests/eio/eio_suite.c b/src/tests/eio/eio_suite.c
index 1c86de8..fdcd98f 100644
--- a/src/tests/eio/eio_suite.c
+++ b/src/tests/eio/eio_suite.c
@@ -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;
 }

-- 


Reply via email to