From: Daniel Willmann Date: Wed, 5 Dec 2012 16:24:44 +0000 (+0000) Subject: efl: Actually run the ecore test suite on make check X-Git-Tag: submit/devel/efl/20131022.203902~3094 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=25b5182172d974a2cd81980eb0045259448d8e05;p=platform%2Fupstream%2Fefl.git efl: Actually run the ecore test suite on make check Signed-off-by: Daniel Willmann SVN revision: 80264 --- diff --git a/Makefile.am b/Makefile.am index 117a632..712b640 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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