<div class="gmail_quote">On Fri, Mar 25, 2011 at 1:17 PM, Michel Alexandre Salim <span dir="ltr"><<a href="mailto:salimma@fedoraproject.org">salimma@fedoraproject.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div id=":8wu">I guess I ought to clarify -- any reason one can't use the gtest tool as<br>
shipped by Google, rather than the embedded one?</div></blockquote></div><br><div>A few reasons come to mind:</div><div><br></div><div>1) We've had to patch GoogleTest several times to make it work with LLVM & Clang.</div>
<div>2) It's more stable to used a locked version checked in and released with LLVM & Clang.</div><div>3) The GoogleTest developers and maintainers (I'm one of them) recommend and encourage this. We've considered removing support for installing it at all, and may still do so. It just doesn't make a lot of sense outside the context of a particular source tree and build system, often requires custom modifications to the build system to use, and avoids pain when GoogleTest APIs change between versions.</div>
<div><br></div><div>Still, as Eric said, if it works for you...</div>