Setup functional tests under cmake
Details
Details
- Reviewers
deadalnix - Group Reviewers
Restricted Project - Commits
- rSTAGINGb79291a69958: [cmake] add functional tests to cmake
rABCb79291a69958: [cmake] add functional tests to cmake
make check-functional
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- cmake-functional
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 2462 Build 3053: Bitcoin ABC Buildbot (legacy) Build 3052: arc lint + arc unit
Event Timeline
Comment Actions
The CMakeList seems to be doing the right thing overall but in a very confusing way. It's be great to separate what's the config generation from the symlink and test runner definition.
test/CMakeLists.txt | ||
---|---|---|
24 | This would probably work better as an add_custom_command , then you can make the test run target directly depends on the files. | |
49 | This should be declared as a dependency to check-all . |