Page MenuHomePhabricator

[CMAKE] Add secp256k1 and univalue tests to the cmake check target
AbandonedPublic

Authored by Fabien on Feb 4 2019, 11:01.

Details

Reviewers
deadalnix
Group Reviewers
Restricted Project
Summary

This mimics the behaviour of make check with autotools

Test Plan
mkdir buildcmake && cd buildcmake
cmake -GNinja ..
ninja check

Ensure that secp256k1 and univalue tests are run

Diff Detail

Repository
rABC Bitcoin ABC
Branch
cmake_run_secp256k1_tests
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 4860
Build 7783: Bitcoin ABC Buildbot (legacy)
Build 7782: arc lint + arc unit

Event Timeline

deadalnix requested changes to this revision.Feb 4 2019, 11:48

They already run as part of check-all

This revision now requires changes to proceed.Feb 4 2019, 11:48

After discussion, running libraries test suites as part of our standard check runs is not necessary, they can be run manually if needed through their own target or check-all