-
-
Notifications
You must be signed in to change notification settings - Fork 250
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add pattern[] and path[] for build command to help output #1021
Comments
Hi Mike! We're big fans of complete help and documentation. Do you have suggestions where this should be added? At the moment, this feature is described in
It is also is one of the command-line options that shows up in
Are there other places you would expect this to be documented? |
Ah interesting. I didn't actually now that there is a different help output if you execute Something like this:
Additionally, the same or a similar hint would also be nice for the help output of the build command |
Good idea. :) |
I was bothered recently that Ceedling is not able to execute test suits based on patterns I give to it. At least I thought so. Today when I was about to file a feature request for something like this, I was checking the manual again. And I found that there is actually a way to do that: The
test:pattern[]
syntax.Therefore, maybe this needs documentation or at least some hint/reference in the help output. Because from the help output you get now clue that Ceedling is capable of doing that. And just from trying the tool I would also not discover this, because I (and probably also others) would first try something like this:
Or similar stuff with Regex instead of wildcards.
The text was updated successfully, but these errors were encountered: