add unit tests framework with some examples.
authorcaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 25 Feb 2010 08:05:56 +0000 (08:05 +0000)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 25 Feb 2010 08:05:56 +0000 (08:05 +0000)
commitcc1a98faad7a2527992b0c61f4421a54486994c0
tree74cab2923f1b019ecd667b8c5a7de82a403d452f
parent834ac07ae1cc4964e7c957cd41382c1cdb419a87
add unit tests framework with some examples.

pass --enable-tests to configure to enable them,
then 'make check' to run the tests.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@46456 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
Makefile.am
configure.ac
m4/efl_tests.m4 [new file with mode: 0644]
src/Makefile.am
src/tests/Makefile.am [new file with mode: 0644]
src/tests/ecore_suite.c [new file with mode: 0644]
src/tests/ecore_suite.h [new file with mode: 0644]
src/tests/ecore_test_ecore.c [new file with mode: 0644]
src/tests/ecore_test_ecore_con.c [new file with mode: 0644]