Andre Bossert
                                            Andre Bossert
                                        
                                    The file `tests.cpp` defines the test cases **and** the main function: ``` int main(int argc, char ** argv) { ::testing::InitGoogleTest(&argc, argv); return RUN_ALL_TESTS(); } ``` If i compile the vdk...
or opt-out: ``` #if !defined(VDK_SIGNALS_DONOT_USE_MAIN) int main(int argc, char ** argv) { ::testing::InitGoogleTest(&argc, argv); return RUN_ALL_TESTS(); } #endif ``` The user can then add `-DVDK_SIGNALS_DONOT_USE_MAIN` to disable vdk-test-main and link...
> Hi, thanks for pointing that out. In fact, this error is weird: signal mentioned in the error message is supposed to be in std namespace. I don't see how...
Do you have plans to update for googletest 1.10 or master? If yes i can provide a PR for this...
@vdksoft ping, do you have time to check this? Thanks!
thanks for the report! I'm not using and not maintaining this anymore, contributions are welcome...
thanks for the report! I'm not using and not maintaining this anymore, contributions are welcome...
see issue #57
I will revive the project, see milestones for dates... see issue #85
the next release will be 0.9.9 in end of January 2016. I hope the future release 1.0 will be in march 2016