-
-
Notifications
You must be signed in to change notification settings - Fork 52
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 support for Boost.Test framework #342
Comments
would you help me creating some examples with which I can use for testing? |
Sure, what you need? An example XML output is enough? Or a sample code? As a feature request, it'd be great if you can add your own user arguments for running the test runner binary (they come after
Update: Oops, I just saw your commit and seems that you already have a sample code (although probably needs more samples as it'll provide more details in the final output), and you therefore also have sample output. So, I wonder how can I help. |
IF you could fork and make boost test work in this branch that would be helpful |
OK, I'll try to do it soon. |
Well, the main problem is that https://github.com/boostorg/test depends on many other boost libraries. So, I guess you should either fetch a complete boost distribution, or depend on already installed Boost libraries completely. |
That was I was hoping to be "outsourced" ^^ TBH, I have enough on my plate right now. |
Which approach do you prefer? Downloading complete boost with CMake, or using system installed boost; if available? The latter would be much easier for me, as that's what I do always, but needs externally installed boost. But if you want the former, I should look into it; I've seen some people doing it. |
Downloading the complete boost please. |
Checklist
Is your feature request related to a problem? Please describe.
No support for Boost.Test framework
Describe the solution you'd like
It'd be great to support Boost.Test XML output format which is both machine readable and streaming.
Describe alternatives you've considered
I've tried https://marketplace.visualstudio.com/items?itemName=NicNewdigate.boost-test-adapter-debug, but it seems not very active and depends on the old API.
The text was updated successfully, but these errors were encountered: