diff options
author | Stefan Schmidt <stefan@osg.samsung.com> | 2016-03-02 13:14:00 +0100 |
---|---|---|
committer | Stefan Schmidt <stefan@osg.samsung.com> | 2016-03-02 13:16:20 +0100 |
commit | 7c79165b53a2b1dd01eabdbbd865425531619a0b (patch) | |
tree | 3be2bfd4265d397478601b8f69616e05d941fcb7 /.lcov-config | |
parent | 09d0b53b94539a22254d9dbfb8a58d5e5787c397 (diff) | |
download | efl-7c79165b53a2b1dd01eabdbbd865425531619a0b.tar.gz |
build: fix problems with coverage check build where some files are not found
Switch to use a lcov config file which geninfo_auto_base and remove hard coding
the base dir to src/lib. geninfo_auto_base is designed for a use case like
ours where we have several base dirs (lib, bin, tests, ...) and it detects them
automatically. This fixes failures in a coverage run where the file is simply
looked for in the wrong directory.
Diffstat (limited to '.lcov-config')
-rw-r--r-- | .lcov-config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.lcov-config b/.lcov-config new file mode 100644 index 0000000000..bb631ac58f --- /dev/null +++ b/.lcov-config @@ -0,0 +1 @@ +geninfo_auto_base = 1 |