-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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 a way to identify the executable as a catch-test? #931
Comments
I've just pushed a commit to master that implements this. Please let me know if it looks as you intended. |
Just tested it, works great! D:\project\Catch>D:\project\BoostTestUi\Debug\CatchTestSample.exe --libidentify |
Could you also add the --wait-for-getchar option ? see https://github.com/janwilmans/LibIdentify at the bottom, it can have any name you want, so long as it does
before doing anything else in main() |
Done. |
Both features are now on |
Great! many thanks! |
Tested:
Works fine! good work! |
I propose to standardise a command-line option to identify the executable as a certain kind of test:
I will propose this to boost.test and google.test as well.
See https://github.com/janwilmans/LibIdentify
The text was updated successfully, but these errors were encountered: