Viktor Kirilov
Viktor Kirilov
I won't get to testing this soon, but I don't think a binary will be able to link in the first place if a test runner is not supplied -...
This is the only thing I'm able to come up with: ```c++ #define DOCTEST_CONFIG_IMPLEMENT_WITH_MAIN #include "doctest.h" class A { void private_method() { printf("hello!\n"); } #ifdef DOCTEST_LIBRARY_INCLUDED public: static void test1()...
I'm closing this - not sure what else I could suggest
@JankoDedic turns out it is possible! there was one other problem but I managed to solve it, so now I'm thinking of what to call the new macro - perhaps...
I just pushed the change in the dev branch - here is how to use it (no matter if in a source or a header file): ```c++ class my_type {...
@u3shit In that case I'm reopening this so I don't forget about it!
Perhaps only the most important changes & bugfixes could be manually written in bulletpoint format in the notes of releases going forward - I doubt anyone really needed the old...
Sorry for paying attention to this issue only now. Glad to see that you've implemented what I would have suggested, and that is to [remove the `thread_local` parts from doctest...
What errors do you get?
I'm pretty sure this is not a problem with doctest itself and am not sure I can help you adequately with this. Can you build a simple hello world program...