efl: use autotools testsuite for running tests
authorLucas De Marchi <lucas.demarchi@profusion.mobi>
Tue, 15 Jan 2013 20:51:04 +0000 (20:51 +0000)
committerLucas De Marchi <lucas.demarchi@profusion.mobi>
Tue, 15 Jan 2013 20:51:04 +0000 (20:51 +0000)
commit1d295abac0340e18fa20aa2abc67be76cdc0b8d3
treea16e9ef9a2c47863d598b55877bf03dfab19b91a
parent40148ef2c551e7a74f26b90393ef8199eb833259
efl: use autotools testsuite for running tests

Instead of just making our own "check-local" and calling the binaries
ourselves, just append them into "TESTS" variable. Then they run after
all check_PROGRAMS are compiled.

The reasons for changing are:
  1) If we change the test and call "make check" the test is not
  compiled again -- and the only way to compile it is to "make clean".
  2) There's no need to reinvent the wheel here.

With a recent version of Automake, the test output is redirected to log
files. This is good but unexpected for whom was used to the previous
way. So, be warned.

SVN revision: 82841
.gitignore
Makefile.am
configure.ac
src/Makefile.am
src/Makefile_Ecore.am
src/Makefile_Eet.am
src/Makefile_Eina.am
src/Makefile_Eo.am
src/Makefile_Evas.am