tasn pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=842e8e9fa01f2ce0c217dec2578d5ee3e0911a8b

commit 842e8e9fa01f2ce0c217dec2578d5ee3e0911a8b
Author: Tom Hacohen <t...@stosb.com>
Date:   Thu Jun 5 16:31:37 2014 +0100

    Coverage: Fix base directory.
    
    The base compilation directory is the root of the repo, not src/.
    
    All the relative paths are relative to there.
---
 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index e8cd552..14a08ea 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -384,7 +384,7 @@ lcov-reset:
 
 lcov-report:
        @mkdir $(top_builddir)/coverage
-       lcov --capture --compat-libtool --no-external --output-file 
$(top_builddir)/coverage/coverage.info --directory $(top_builddir) 
--base-directory $(top_srcdir)/src/
+       lcov --capture --compat-libtool --no-external --output-file 
$(top_builddir)/coverage/coverage.info --directory $(top_builddir) 
--base-directory $(top_srcdir)
        lcov --remove $(top_builddir)/coverage/coverage.info '*.h' 
--output-file $(top_builddir)/coverage/coverage.cleaned.info
        lcov --remove $(top_builddir)/coverage/coverage.cleaned.info 
'*/tests/*' --output-file $(top_builddir)/coverage/coverage.cleaned2.info
        lcov --remove $(top_builddir)/coverage/coverage.cleaned2.info '*NONE*' 
--output-file $(top_builddir)/coverage/coverage.cleaned3.info

-- 


Reply via email to