Page MenuHomePhabricator

[cmake] move make_link function to a new MakeLink module
ClosedPublic

Authored by PiRK on Jun 26 2023, 10:20.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Commits
rABCd54d03226b63: [cmake] move make_link function to a new MakeLink module
Summary

This function will be used also for electrum tests.

Test Plan

cmake .. -GNinja && ninja check-functional

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

PiRK requested review of this revision.Jun 26 2023, 10:20
Fabien requested changes to this revision.Jun 26 2023, 15:17
Fabien added a subscriber: Fabien.
Fabien added inline comments.
cmake/modules/TestSuite.cmake
226 ↗(On Diff #40994)

This is really not related to test suites at all, you should find a better place for this function (or create one)

This revision now requires changes to proceed.Jun 26 2023, 15:17
PiRK retitled this revision from [cmake] move make_link function to module TestSuite to [cmake] move make_link function to a new MakeLink module.
PiRK edited the summary of this revision. (Show Details)

create a new cmake module for this function

This revision is now accepted and ready to land.Jun 27 2023, 13:55