mirror of
https://github.com/google/googletest.git
synced 2025-04-06 14:05:02 +00:00
Edited wiki page through web user interface.
This commit is contained in:
parent
1d2c205946
commit
be7a6c6574
1 changed files with 2 additions and 0 deletions
|
@ -438,6 +438,8 @@ won't be properly initialized.
|
|||
On Windows, `InitGoogleTest()` also works with wide strings, so it can be used
|
||||
in programs compiled in `UNICODE` mode as well.
|
||||
|
||||
But maybe you think that writing all those main() functions is too much work? We agree with you completely and that's why Google Test provides a basic implementation of main(). If it fits your needs, then just link your test with gtest_main library and you are good to go.
|
||||
|
||||
== Where to Go from Here ==
|
||||
|
||||
Congratulations! You've learned the Google Test basics. You can start writing
|
||||
|
|
Loading…
Add table
Reference in a new issue