diff options
author | Vincent Torri <vincent.torri@gmail.com> | 2012-11-14 20:12:53 +0000 |
---|---|---|
committer | Vincent Torri <vincent.torri@gmail.com> | 2012-11-14 20:12:53 +0000 |
commit | 80910393d6c88f55a8d02813a05481b298a6ef71 (patch) | |
tree | c55d60a98628be19a7336ef20a120e8ed78c7f54 /Makefile.am | |
parent | 52e0d5417466418af18254cf40a2099dc5c6e2f0 (diff) | |
download | efl-80910393d6c88f55a8d02813a05481b298a6ef71.tar.gz efl-80910393d6c88f55a8d02813a05481b298a6ef71.tar.xz efl-80910393d6c88f55a8d02813a05481b298a6ef71.zip |
merge: add evas tests and examples
SVN revision: 79300
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 45dd848e9..37bab29d2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -168,6 +168,7 @@ if EFL_ENABLE_COVERAGE endif @./src/tests/eet/eet_suite$(EXEEXT) @./src/tests/eo/eo_suite$(EXEEXT) + @./src/tests/evas/evas_suite$(EXEEXT) if EFL_ENABLE_COVERAGE @$(MAKE) $(AM_MAKEFLAGS) lcov-report endif |