From 0bf81a35f0568827f9e1cce4ae5a249cc26efccc Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Fri, 9 Nov 2012 19:23:21 +0000 Subject: [PATCH] Efl eo: "Fixed" eo tests. It doesn't affect proto/eobj so no need to do it there too. There are things we only test if NDEBUG is not passed to Eo. Eo itself was compiled with NDEBUG but the tests were not notified about it so those tests failed. Many thanks to Vincent and Stefan for bugging me about it non-stop, without you guys, I may never have gotten to it. SVN revision: 79059 --- src/tests/eo/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tests/eo/Makefile.am b/src/tests/eo/Makefile.am index b83e7248dc..115a4c3c65 100644 --- a/src/tests/eo/Makefile.am +++ b/src/tests/eo/Makefile.am @@ -5,6 +5,7 @@ AM_CPPFLAGS = \ -I$(top_srcdir)/src/lib/eo \ -I$(top_builddir)/src/lib/eina \ -I$(top_builddir)/src/lib/eo \ +-DNDEBUG \ @EO_CFLAGS@ \ @CHECK_CFLAGS@