On Thu, Jun 28, 2012 at 5:15 PM, Enlightenment SVN
<no-re...@enlightenment.org> wrote:
> Log:
> eina/tests: Bring in the needed flags for coverage after the rework.
>
>  Vicent, this is like you did it for benchmark. If you want any other
>  setup for coverage feel free to change.

i don't have that problem. I think that it's because different libc,
sometimes dlopen is in libc, sometimes in libdl, etc..

That patch does not hrurt, so it's ok if it fixes the problem

Vincent

>
> Author:       stefan
> Date:         2012-06-28 08:15:56 -0700 (Thu, 28 Jun 2012)
> New Revision: 73016
> Trac:         http://trac.enlightenment.org/e/changeset/73016
>
> Modified:
>  trunk/eina/src/tests/Makefile.am
>
> Modified: trunk/eina/src/tests/Makefile.am
> ===================================================================
> --- trunk/eina/src/tests/Makefile.am    2012-06-28 15:15:50 UTC (rev 73015)
> +++ trunk/eina/src/tests/Makefile.am    2012-06-28 15:15:56 UTC (rev 73016)
> @@ -70,10 +70,10 @@
>  eina_test_value.c
>  # eina_test_model.c
>
> -eina_suite_LDADD = @CHECK_LIBS@ $(top_builddir)/src/lib/libeina.la -lm
> +eina_suite_LDADD = @CHECK_LIBS@ $(top_builddir)/src/lib/libeina.la 
> @EINA_LIBS@ -lm
>
>  cxx_compile_test_SOURCES = cxx_compile_test.cxx
> -cxx_compile_test_LDADD = $(top_builddir)/src/lib/libeina.la
> +cxx_compile_test_LDADD = $(top_builddir)/src/lib/libeina.la @EINA_LIBS@
>
>  module_dummydir = $(libdir)/eina/test
>  module_dummy_LTLIBRARIES = module_dummy.la
>
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> enlightenment-svn mailing list
> enlightenment-...@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to