Add fresh flag to suggested cmake commands for testing#699
Add fresh flag to suggested cmake commands for testing#699mkavulich merged 5 commits intoNCAR:developfrom
Conversation
climbfuji
left a comment
There was a problem hiding this comment.
Should we also make this change in .github/{workflows,actions}/* ?
|
@DomHeinzeller good call - can't hurt. done! |
|
@climbfuji I bet @gold2718 means that we should add the flag to the README in the new nested suites test (which doesn't exist on develop yet) |
Got it, thanks. I added it as a suggestion so that we can add it before merging and don't forget. |
@climbfuji Does this mean this PR needs an update after the merge from develop? |
Add --fresh for cmake call in nested suite README
Done in cdb180a |
Adds
--freshflag to example cmake commands; tests don't otherwise pick up changes without a clean build directory.