summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorCedric BAIL <cedric.bail@free.fr>2008-05-16 15:07:03 +0000
committerCedric BAIL <cedric.bail@free.fr>2008-05-16 15:07:03 +0000
commit8cf84bd274dd4c790a4009375d6a1190e96f7e2d (patch)
tree3dbe703030db4dc5cf5dc86d8b3d71fbe3ad9186 /INSTALL
parent98ea5e938d09145d10d8cb447cc092a6a8981977 (diff)
downloadeet-8cf84bd274dd4c790a4009375d6a1190e96f7e2d.tar.gz
Introducing unit test in EFL using cvs check library for the test
suite (http://check.sourceforge.net/) and lcov from cvs also for the coverage accounting (http://ltp.sourceforge.net/coverage/lcov.php). This first set provide an overall coverage rate for src/lib 2111 of 2607 lines (81.0%) for eet. And it helped in finding and fixing the bugs of the last three days. SVN revision: 34591
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL8
1 files changed, 8 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 97806b2..aafe372 100644
--- a/INSTALL
+++ b/INSTALL
@@ -39,3 +39,11 @@ after the mingw32ce case
3) run configure with the option
--host=arm-wince-cegcc
+
+NOTE: If you want to be able to run make check, you need library check
+ from http://check.sourceforge.net/.
+
+NOTE: If you want to be able to run coverage test over eet, you will need
+ lcov from http://ltp.sourceforge.net/coverage/lcov.php.
+
+NOTE: For coverage support you also need check support.