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
devs/devilhorns/wayland_egl
Tom Hacohen 11 years ago
parent 31069a97ce
commit 0bf81a35f0
  1. 1
      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@

Loading…
Cancel
Save