Backport of Bitcoin Core PR12986 https://github.com/bitcoin/bitcoin/pull/12986
Details
Details
- Reviewers
jasonbcox deadalnix nakihito - Group Reviewers
Restricted Owners Package (Owns No Changed Paths) Restricted Project - Commits
- rSTAGING2b5019c182ce: Trivial: Corrected comment array name from pnSeeds6 to pnSeed6
rABC2b5019c182ce: Trivial: Corrected comment array name from pnSeeds6 to pnSeed6
cmake --build ./build --config Release --target check-functional -- -j 6
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- first-backport
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 8298 Build 14618: Default Diff Build & Tests Build 14617: arc lint + arc unit
Event Timeline
Comment Actions
For something like this, you can just do a make check for autotools build or ninja check for cmake build. No need to run the functional tests as well.
Comment Actions
+1 to Nico's comment. A simple ninja to build or ninja check to build + unit tests is sufficient.