From 103295d9e30426b7d593266d774e6781301bde14 Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Tue, 11 Nov 2014 16:57:53 +0100 Subject: [PATCH] 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 4314725220..579300efad 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