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-*.
Details
Details
- Reviewers
jasonbcox - Group Reviewers
Restricted Project - Commits
- rABCb2531ebe4c9c: [CMAKE] Rename secp256k1 test targets
ninja secp256k1-tests ninja secp256k1-exhaustive_tests ninja check-secp256k1
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- cmake_rename_secp256k1_tests
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 11117 Build 20740: Default Diff Build & Tests Build 20739: Build without Wallet Build 20738: Build with clang-10 Build 20737: arc lint + arc unit