Page MenuHomePhabricator

Move lcov-filter.py to cmake/utils
ClosedPublic

Authored by Fabien on Feb 24 2020, 16:47.

Details

Summary

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.

Test Plan
../configure --enable-lcov
make
make cov

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

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.

Fabien planned changes to this revision.Feb 28 2020, 12:39

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.

Fabien retitled this revision from Move lcov-filter.py to test/coverage to Move lcov-filter.py to cmake/utils.Feb 28 2020, 13:04
Fabien edited the summary of this revision. (Show Details)
Fabien retitled this revision from Move lcov-filter.py to cmake/utils to Move lcov-filter.py to test/coverage.
Fabien edited the summary of this revision. (Show Details)

Move to cmake/utils.

deadalnix retitled this revision from Move lcov-filter.py to test/coverage to Move lcov-filter.py to cmake/utils.
This revision is now accepted and ready to land.Feb 28 2020, 13:13
This revision was automatically updated to reflect the committed changes.