Since coverage is a test related notion, this seems a better place.
The final goal is to include it with the secp256k1 library, and the
contrib directory is conflicting.
Details
Details
- Reviewers
deadalnix - Group Reviewers
Restricted Project - Commits
- rSTAGING1397755858d1: Move lcov-filter.py to cmake/utils
rABC1397755858d1: Move lcov-filter.py to cmake/utils
../configure --enable-lcov make make cov
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
It is test related, but this is not a test. IMO, you can move it somewhere down cmake/util or something like that, so that it gets exported to libsecp256k1.
Comment Actions
That will make autotools to depend on a script from the cmake directory, but I don't think it's a big deal. Let's move it there.