efl: Actually run the ecore test suite on make check

Signed-off-by: Daniel Willmann <d.willmann@samsung.com>

SVN revision: 80264
This commit is contained in:
Daniel Willmann 2012-12-05 16:24:44 +00:00 committed by Daniel Willmann
parent 5f81e0226d
commit 25b5182172
1 changed files with 1 additions and 0 deletions

View File

@ -237,6 +237,7 @@ endif
@./src/tests/eet/eet_suite$(EXEEXT)
@./src/tests/eo/eo_suite$(EXEEXT)
@./src/tests/evas/evas_suite$(EXEEXT)
@./src/tests/ecore/ecore_suite$(EXEEXT)
if EFL_ENABLE_COVERAGE
@$(MAKE) $(AM_MAKEFLAGS) lcov-report
endif