summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDaniel Willmann <d.willmann@samsung.com>2012-12-05 16:24:44 +0000
committerDaniel Willmann <daniel@totalueberwachung.de>2012-12-05 16:24:44 +0000
commit25b5182172d974a2cd81980eb0045259448d8e05 (patch)
tree0d93b679ee1f45fac33aa08686236f920030f990 /Makefile.am
parent5f81e0226d42806fdf70022b29928a8dad0257b2 (diff)
downloadefl-25b5182172d974a2cd81980eb0045259448d8e05.tar.gz
efl: Actually run the ecore test suite on make check
Signed-off-by: Daniel Willmann <d.willmann@samsung.com> SVN revision: 80264
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 117a632c6a..712b6401f1 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