On Sat, 18 Dec 2010, Enlightenment SVN wrote:

> Log:
> remove test suite from ecore. gentoo users/ebuild maiontainers are
>  simply a pain. no more tests within src trees. talk to gentoo if you
>  don't like it. i wasted enough of my day already trying to talk sense
>  into them. if we dont tempt them with stuff they dont comprehend then
>  its less pain for us having to answer their questions.

Why our way of doing things be lead by incompetent people ? If they are 
too stupid to understand things, then ignore them and forget them. Having 
tests in src is convenient for all of us. I'll revert your changes when 
i'm back from holydays.

Vincent

>
>
>
> Author:       raster
> Date:         2010-12-18 18:46:01 -0800 (Sat, 18 Dec 2010)
> New Revision: 55635
> Trac:         http://trac.enlightenment.org/e/changeset/55635
>
> Added:
>  trunk/TEST/ecore/
> Removed:
>  trunk/ecore/src/tests/
> Modified:
>  trunk/ecore/Makefile.am trunk/ecore/configure.ac trunk/ecore/src/Makefile.am
>
> Modified: trunk/ecore/Makefile.am
> ===================================================================
> --- trunk/ecore/Makefile.am   2010-12-18 20:31:55 UTC (rev 55634)
> +++ trunk/ecore/Makefile.am   2010-12-19 02:46:01 UTC (rev 55635)
> @@ -181,19 +181,5 @@
>       @echo "entering doc/"
>       make -C doc doc
>
> -# Unit tests
> -
> -if EFL_ENABLE_TESTS
> -
> -check-local:
> -     @./src/tests/ecore_suite
> -
> -else
> -
> -check-local:
> -     @echo "reconfigure with --enable-tests"
> -
> -endif
> -
> maintainer-clean-local:
>       rm -rf autom4te.cache
>
> Modified: trunk/ecore/configure.ac
> ===================================================================
> --- trunk/ecore/configure.ac  2010-12-18 20:31:55 UTC (rev 55634)
> +++ trunk/ecore/configure.ac  2010-12-19 02:46:01 UTC (rev 55635)
> @@ -301,11 +301,6 @@
>    AC_DEFINE([ENABLE_XIM], [1], [Enable X Input Method])
> fi
>
> -# Unit tests
> -
> -EFL_CHECK_TESTS([enable_tests="yes"], [enable_tests="no"])
> -
> -
> ### Checks for programs
>
> m4_ifdef([AC_PROG_OBJC],
> @@ -1420,7 +1415,6 @@
> src/lib/ecore_x/Makefile
> src/lib/ecore_x/xlib/Makefile
> src/lib/ecore_x/xcb/Makefile
> -src/tests/Makefile
> README
> ecore.spec
> $po_makefile_in
> @@ -1554,7 +1548,6 @@
>   echo "    Software 16bit WinCE.......: $have_ecore_evas_software_16_wince"
> fi
> echo
> -echo "  Tests................: ${enable_tests}"
> echo "  Maximum log level....: ${with_max_log_level}"
> echo "Documentation..........: ${build_doc}"
> echo
>
> Modified: trunk/ecore/src/Makefile.am
> ===================================================================
> --- trunk/ecore/src/Makefile.am       2010-12-18 20:31:55 UTC (rev 55634)
> +++ trunk/ecore/src/Makefile.am       2010-12-19 02:46:01 UTC (rev 55635)
> @@ -1,3 +1,3 @@
> MAINTAINERCLEANFILES = Makefile.in
>
> -SUBDIRS = lib bin tests
> +SUBDIRS = lib bin
>
>
> ------------------------------------------------------------------------------
> Lotusphere 2011
> Register now for Lotusphere 2011 and learn how
> to connect the dots, take your collaborative environment
> to the next level, and enter the era of Social Business.
> http://p.sf.net/sfu/lotusphere-d2d
> _______________________________________________
> enlightenment-svn mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
>
>

------------------------------------------------------------------------------
Lotusphere 2011
Register now for Lotusphere 2011 and learn how
to connect the dots, take your collaborative environment
to the next level, and enter the era of Social Business.
http://p.sf.net/sfu/lotusphere-d2d
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to