How can I mix production code with the Unit Tests? #446
Unanswered
israel-vieira
asked this question in
Q&A
Replies: 1 comment
-
We used to have some tests in the same source files, but have moved away to always have unit tests in a separate project. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Thanks for the great library, I am interested in using this library for TDD but how the Unit Tests code will not end up on the production binary after compiled from the main program? I have so far failed to find an elegant way to disable, control the boost-ext/ut test runner from my release build, therefore I am using a separated project for testing. Many thanks.
Beta Was this translation helpful? Give feedback.
All reactions