xartigas pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=2b86bd0b3e738ecd0c4519d1032d2e2c3fd8636a
commit 2b86bd0b3e738ecd0c4519d1032d2e2c3fd8636a Author: Lauro Moura <[email protected]> Date: Thu Feb 21 13:10:27 2019 +0100 tests: Include ecore test dir for generated eo.h Summary: Was causing builds off-tree failing check-build Test Plan: build tests Reviewers: cedric, bu5hm4n, segfaultxavi Reviewed By: segfaultxavi Subscribers: #reviewers, #committers Tags: #efl Differential Revision: https://phab.enlightenment.org/D7971 --- src/Makefile_Ecore.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile_Ecore.am b/src/Makefile_Ecore.am index c7f66ebd02..f82bfb1ac2 100644 --- a/src/Makefile_Ecore.am +++ b/src/Makefile_Ecore.am @@ -354,7 +354,7 @@ tests/ecore/efl_app_test_env.c \ tests/ecore/efl_app_suite.c \ tests/ecore/efl_app_suite.h -tests_ecore_efl_app_suite_CPPFLAGS = -I$(top_builddir)/src/lib/efl \ +tests_ecore_efl_app_suite_CPPFLAGS = -I$(top_builddir)/src/lib/efl -I$(top_builddir)/src/tests/ecore \ -DPACKAGE_BUILD_DIR=\"$(abs_top_builddir)\" \ -DTESTS_SRC_DIR=\"$(top_srcdir)/src/tests/ecore\" \ -DTESTS_BUILD_DIR=\"$(top_builddir)/src/tests/ecore\" \ --
