Displaying 2 results from an estimated 2 matches for "a52017de".
2009 Feb 19
4
[LLVMdev] Whats GoogleTest ?
What is googletest ?
Its aufully messy warnings wise on Cygwin.
Aaron
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090219/8de0a211/attachment.html>
2009 Feb 19
0
[LLVMdev] Whats GoogleTest ?
> What is googletest ?
Framework for units tests in llvm.
http://code.google.com/p/googletest/
> Its aufully messy warnings wise on Cygwin.
If you have gcc 3.X you are going to get a bunch of warnings. What gcc are
you using?
-Tanya