On Mon, 11 Jul 2011, Enlightenment SVN wrote:

> Log:
> Evas: Added HAVE_TESTS to config.h
>
>  This is set to 1 if tests are enabled.

no ! add it to the m4 macro in m4/efl_tests.m4

Vincent

>
> Author:       tasn
> Date:         2011-07-11 07:08:13 -0700 (Mon, 11 Jul 2011)
> New Revision: 61244
> Trac:         http://trac.enlightenment.org/e/changeset/61244
>
> Modified:
>  trunk/evas/configure.ac
>
> Modified: trunk/evas/configure.ac
> ===================================================================
> --- trunk/evas/configure.ac   2011-07-11 13:55:53 UTC (rev 61243)
> +++ trunk/evas/configure.ac   2011-07-11 14:08:13 UTC (rev 61244)
> @@ -1680,6 +1680,9 @@
> ## Unit tests, coverage
>
> EFL_CHECK_TESTS([enable_tests="yes"], [enable_tests="no"])
> +if test "x$enable_tests" = "xyes" ; then
> +   AC_DEFINE(HAVE_TESTS, 1, [Set to 1 if we enabled unit testing.])
> +fi
>
> EFL_CHECK_COVERAGE([${enable_tests}], [enable_coverage="yes"], 
> [enable_coverage="no"])
> EVAS_CFLAGS="${EVAS_CFLAGS} ${EFL_COVERAGE_CFLAGS}"
>
>
> ------------------------------------------------------------------------------
> All of the data generated in your IT infrastructure is seriously valuable.
> Why? It contains a definitive record of application performance, security
> threats, fraudulent activity, and more. Splunk takes this data and makes
> sense of it. IT sense. And common sense.
> http://p.sf.net/sfu/splunk-d2d-c2
> _______________________________________________
> enlightenment-svn mailing list
> enlightenment-...@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
>
>

------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to