bu5hm4n pushed a commit to branch master.

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

commit 07d54832e5c5c71d14826114755b9e9a09dd6690
Author: Marcel Hollerbach <[email protected]>
Date:   Tue Mar 20 20:05:15 2018 +0000

    eina: this should only load modules from the eina subdir
    
    otherwise we are loading ecore modules etc. which are pulling in ecore
    et. into the eina testsuite, nothing that should happen.
---
 src/tests/eina/eina_suite.c        | 2 +-
 src/tests/eina/eina_test_mempool.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/tests/eina/eina_suite.c b/src/tests/eina/eina_suite.c
index bd3bf42a4e..207f34988c 100644
--- a/src/tests/eina/eina_suite.c
+++ b/src/tests/eina/eina_suite.c
@@ -100,7 +100,7 @@ static void _mempool_init(void)
    eina_init();
    /* force modules to be loaded in case they are not installed */
    _modules = eina_module_list_get(NULL,
-                                   PACKAGE_BUILD_DIR "/src/modules",
+                                   PACKAGE_BUILD_DIR "/src/modules/eina",
                                    EINA_TRUE,
                                    NULL,
                                    NULL);
diff --git a/src/tests/eina/eina_test_mempool.c 
b/src/tests/eina/eina_test_mempool.c
index 4b1d936a4f..138c49353c 100644
--- a/src/tests/eina/eina_test_mempool.c
+++ b/src/tests/eina/eina_test_mempool.c
@@ -32,7 +32,7 @@ _mempool_init(void)
    eina_init();
    /* force modules to be loaded in case they are not installed */
    _modules = eina_module_list_get(NULL,
-                                   PACKAGE_BUILD_DIR "/src/modules",
+                                   PACKAGE_BUILD_DIR "/src/modules/eina",
                                    EINA_TRUE,
                                    NULL,
                                    NULL);

-- 


Reply via email to