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)
commitd341e1a6d8143312e777697bc2bdf90fd20594b7
tree74cab2923f1b019ecd667b8c5a7de82a403d452f
parent8b97e3835754c63dacfd51f017ea18bfe52965fa
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: svn+ssh://svn.enlightenment.org/var/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]