Page MenuHomePhabricator

[CMAKE] Rename secp256k1 test targets
ClosedPublic

Authored by Fabien on Jun 1 2020, 14:50.

Details

Reviewers
jasonbcox
Group Reviewers
Restricted Project
Commits
rABCb2531ebe4c9c: [CMAKE] Rename secp256k1 test targets
Summary

Running the secp256k1 tests is obvious, using a check-secp256k1-*
target. But building the target without running the tests is much more
complicated, since names like tests doesn't tell much.
This diff renames the targets to prefix with secp256k1-* just like we
do with bitcoin-*.

Test Plan
ninja secp256k1-tests
ninja secp256k1-exhaustive_tests
ninja check-secp256k1

Diff Detail

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

Event Timeline

Fabien requested review of this revision.Jun 1 2020, 14:50
This revision is now accepted and ready to land.Jun 1 2020, 16:20
This revision was automatically updated to reflect the committed changes.