cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=3d21c05a4096659d34bfb27e7d967179a99ac034
commit 3d21c05a4096659d34bfb27e7d967179a99ac034 Author: Cedric BAIL <[email protected]> Date: Tue Sep 9 12:29:13 2014 +0200 autotools: let's not forget to include necessary .eo for make check --- src/Makefile_Eolian.am | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/Makefile_Eolian.am b/src/Makefile_Eolian.am index 128d32d..03b4cb3 100644 --- a/src/Makefile_Eolian.am +++ b/src/Makefile_Eolian.am @@ -118,5 +118,8 @@ tests/eolian/data/free_func.eo \ tests/eolian/data/typedef_ref.c \ tests/eolian/data/struct_ref.c \ tests/eolian/data/class_simple_ref.c \ -tests/eolian/data/override_ref.c - +tests/eolian/data/override_ref.c \ +tests/eolian/data/nmsp1_class1.eo \ +tests/eolian/data/nmsp1_nmsp11_class2.eo \ +tests/eolian/data/nmsp2_class1.eo \ +tests/eolian/data/no_nmsp.eo --
