From c96f3aa53aeea7a6885da872b526951d06797ec4 Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Wed, 8 Feb 2012 16:50:04 +0000 Subject: [PATCH] Ecore tests: Disable ecore_x tests in the meanwhile. They are currently useless and just cause buildbot to complain. SVN revision: 67768 --- legacy/ecore/src/tests/ecore_test_ecore_x.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/legacy/ecore/src/tests/ecore_test_ecore_x.c b/legacy/ecore/src/tests/ecore_test_ecore_x.c index 4b9e126a18..2d14ff10e1 100644 --- a/legacy/ecore/src/tests/ecore_test_ecore_x.c +++ b/legacy/ecore/src/tests/ecore_test_ecore_x.c @@ -6,6 +6,10 @@ #include "ecore_suite.h" +/* FIXME: Currently disable these tests. They are useless ATM and they just + * make buildbot complain. Once we add useful tests here we'll also bother + * with getting X on the server. */ +#undef HAVE_ECORE_X_XLIB /* TODO: change to HAVE_ECORE_X when xcb implementation is done */ #ifdef HAVE_ECORE_X_XLIB