Does ceedling support skipping non-existent paths without errors? #1136
Unanswered
shutaozhenzhen
asked this question in
Q&A
Replies: 1 comment 2 replies
-
|
Did you look at mixins? Sounds like it might be an elegant solution to only define paths you wnat for certain configuration. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, I have a module code used in multiple places, and the path to a certain library differs in each location. Therefore, I am looking for a strategy that would allow ceedling to skip non-existent paths instead of stopping execution when it encounters them.
Beta Was this translation helpful? Give feedback.
All reactions