-
-
Notifications
You must be signed in to change notification settings - Fork 649
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
How to enable tests inside another exe #246
Comments
Hello! I'm on Linux and it seems the code can't be built on that platform because of Config.hpp - I might try it in a week or two when I get back in front of a Windows machine. So I have a few notes:
Does this all help? |
I'm closing this due to inactivity |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have an application built on a plugin architecture. https://github.com/shivendra14/unit_test/
I have created a testApp where I configure doc test. I am able to load Test cases in Plugin using LoadLibrary() functionality as explained in examples. However, I don't understand how to load test cases present inside the main App.
https://github.com/shivendra14/unit_test/blob/794bd7e14d767c7f5dcc90030696f144f80f1a1b/testApp/main.cpp#L54
The text was updated successfully, but these errors were encountered: