stefan pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=103295d9e30426b7d593266d774e6781301bde14
commit 103295d9e30426b7d593266d774e6781301bde14 Author: Stefan Schmidt <[email protected]> Date: Tue Nov 11 16:57:53 2014 +0100 tests/elocation: Disable elocation test suite until deps are installed on jenkins I expected them to be installed but I was wrong. Will keep this disabled until this is sorted out on jenkins. --- src/Makefile_Elocation.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Makefile_Elocation.am b/src/Makefile_Elocation.am index 4314725..579300e 100644 --- a/src/Makefile_Elocation.am +++ b/src/Makefile_Elocation.am @@ -19,8 +19,8 @@ lib_elocation_libelocation_la_LDFLAGS = @EFL_LTLIBRARY_FLAGS@ if EFL_ENABLE_TESTS -check_PROGRAMS += tests/elocation/elocation_suite -TESTS += tests/elocation/elocation_suite +#check_PROGRAMS += tests/elocation/elocation_suite +#TESTS += tests/elocation/elocation_suite tests_elocation_elocation_suite_SOURCES = \ tests/elocation/elocation_suite.c --
