From 63ea5634a947ff5a2696432023555810983119e8 Mon Sep 17 00:00:00 2001 From: Marcel Hollerbach Date: Tue, 20 Mar 2018 20:05:15 +0000 Subject: [PATCH] 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 bd3bf42..207f349 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 4b1d936..138c493 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); -- 2.7.4