aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/ecore/src/tests/ecore_test_ecore_x.c
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/ecore/src/tests/ecore_test_ecore_x.c')
-rw-r--r--libraries/ecore/src/tests/ecore_test_ecore_x.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/libraries/ecore/src/tests/ecore_test_ecore_x.c b/libraries/ecore/src/tests/ecore_test_ecore_x.c
index 4b9e126..2d14ff1 100644
--- a/libraries/ecore/src/tests/ecore_test_ecore_x.c
+++ b/libraries/ecore/src/tests/ecore_test_ecore_x.c
@@ -6,6 +6,10 @@
6 6
7#include "ecore_suite.h" 7#include "ecore_suite.h"
8 8
9/* FIXME: Currently disable these tests. They are useless ATM and they just
10 * make buildbot complain. Once we add useful tests here we'll also bother
11 * with getting X on the server. */
12#undef HAVE_ECORE_X_XLIB
9 13
10/* TODO: change to HAVE_ECORE_X when xcb implementation is done */ 14/* TODO: change to HAVE_ECORE_X when xcb implementation is done */
11#ifdef HAVE_ECORE_X_XLIB 15#ifdef HAVE_ECORE_X_XLIB