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
This commit is contained in:
Tom Hacohen 2012-11-09 19:23:21 +00:00
parent 31069a97ce
commit 0bf81a35f0
1 changed files with 1 additions and 0 deletions

View File

@ -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@