<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><blockquote type="cite"><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div style=""><div><blockquote type="cite"><div class="Ih2E3d">...snip... </div></blockquote></div><br><div>Also for a note of reference, your links to the examples are the most advanced samples. So boost can do more, thus has more weight/bloat behind it.</div><div><br></div><div>Were the other test kits looked at? Is gtest the best solution for the project. </div> <div><br></div><div>Is this something your planning as putting in the tree, thus require pulling in changes from google (license allowing), or does user need to have the libraries/headers pre-installed?</div></div></blockquote> <div><br>Including it in the tree is the most reasonable thing to do. No point in inconveniencing the user over tiny libraries with liberal licenses.</div></div></blockquote><div><br></div><div>I didn't get to look at the license.</div><div><br></div><blockquote type="cite"><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> <div style=""><div></div><div><br></div><div><div>My question was not to cause a battle, but I wanted to be sure we were using the right test kit, and not just picking one just because.  For example gtest is very light weight test kit, that can do the job, but will the tests outgrow what the test kit can do, and cause a conversion to a more advanced one later?</div> </div></div></blockquote><div><br>I am not sure what advanced features you are thinking of that gtest doesn't already offer; it's pretty sophisticated despite it's small size. Can you give an example of something gtest doesn't already support? Newer releases added support for data parameterized tests, which is really useful. Type parameterized tests are being discussed on the mailing list. All while maintaining a small codebase!<br> </div><div><span class="Apple-style-span" style="-webkit-text-stroke-width: -1; "></span></div></div></blockquote><blockquote type="cite"><div class="gmail_quote"><div><span class="Apple-style-span" style="-webkit-text-stroke-width: -1; "></span></div></div></blockquote><blockquote type="cite"><span class="Apple-style-span" style="-webkit-text-stroke-width: -1; "></span></blockquote><div><br></div><div><br></div><div><span class="Apple-style-span" style="-webkit-text-stroke-width: -1; ">No not really. I was just curious on why this test kit was picked. Thats all. </span></div><div><br></div><blockquote type="cite"><br></blockquote><blockquote type="cite"><div class="gmail_quote"><div>One other nice feature of using gtest is that it integrates with gmock, one of the only really good C++ mocking libraries available. It was just recently released.<br><br><a href="http://code.google.com/p/googlemock">http://code.google.com/p/googlemock</a> <br> <br>Keir<br><br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div style=""><div><div></div><div><br></div></div></div></blockquote></div></blockquote><br></div><div>Just briefly looked at the googlemock site and it sys about needed tr1 library. Third paragraph in System Requirements. It just struck me as amusing that visual c++ people need boost then.</div><div><br></div><div>I'll look into this more.</div><div><br></div><div>Thank you for your kind explanations.</div><div><br></div><div>Regards</div><div>Mark Kromis</div></body></html>