freyc / googletest

Automatically exported from code.google.com/p/googletest
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

GoogleTestPrimer should mention that gtest_main defines main() that calls RUN_ALL_TESTS #19

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
GoogleTestPrimer talks about how to write the main() function, but it fails
to mention that Googletest provides an appropriate version of main in its
gtest_main project.

Original issue reported on code.google.com by vladlosev on 20 Jul 2008 at 8:09

GoogleCodeExporter commented 9 years ago
For small documentation tasks like this, feel free to go ahead and fix the doc
directly without logging an issue.  Thanks!

Original comment by shiq...@gmail.com on 31 Jul 2008 at 6:45

GoogleCodeExporter commented 9 years ago
I've added a paragraph to 
http://code.google.com/p/googletest/wiki/GoogleTestPrimer
describing gtest_main. Reopen this if you want to change the wording.

Original comment by vladlosev on 4 Aug 2008 at 4:59