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
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
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 ↗ | (On Diff #3712) | This would probably work better as an add_custom_command , then you can make the test run target directly depends on the files. |
49 ↗ | (On Diff #3712) | This should be declared as a dependency to check-all . |