diff options
author | Cedric BAIL <cedric.bail@free.fr> | 2013-01-08 09:20:37 +0000 |
---|---|---|
committer | Cedric BAIL <cedric.bail@free.fr> | 2013-01-08 09:20:37 +0000 |
commit | 73decde85deb92e84e4f47c86ca0f38989305c98 (patch) | |
tree | 4aecd5f1e565c2d739f3763395f503f8a328fa2b /Makefile.am | |
parent | 0e50f122e56ece29fd4299cdfcfe337f426e95e7 (diff) | |
download | efl-73decde85deb92e84e4f47c86ca0f38989305c98.tar.gz |
efl: add eina test suite, but still disable.
The test suite is broken for eina_log and eina_value...
SVN revision: 82398
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 519951e51a..a24e6448dc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -248,6 +248,7 @@ check-local: if EFL_ENABLE_COVERAGE @$(MAKE) $(AM_MAKEFLAGS) lcov-reset endif +# @./src/tests/eina/eina_suite$(EXEEXT) @./src/tests/eet/eet_suite$(EXEEXT) @./src/tests/eo/eo_suite$(EXEEXT) @./src/tests/evas/evas_suite$(EXEEXT) |