Displaying 3 results from an estimated 3 matches for "f9a6175".
Did you mean:
f9a6175e
2008 Dec 29
0
[LLVMdev] [Patch] Adding unit tests to LLVM
2008/12/29 Talin <viridia at gmail.com>
> I'm working on an update to the patch. The only thing holding me up is
> trying to come to a final decision as to where all the various pieces should
> live. Specifically, the Google Test library, and the actual unit tests
> themselves.
I would recommend putting Google Test in llvm/test/googletest . The
unittests should probably
2008 Dec 29
3
[LLVMdev] [Patch] Adding unit tests to LLVM
...mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
>
--
-- Talin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20081229/f9a6175e/attachment.html>
2008 Dec 29
3
[LLVMdev] [Patch] Adding unit tests to LLVM
I'm working on an update to the patch. The only thing holding me up is
trying to come to a final decision as to where all the various pieces should
live. Specifically, the Google Test library, and the actual unit tests
themselves.
On Mon, Dec 29, 2008 at 9:17 AM, Chris Lattner <clattner at apple.com> wrote:
> On Dec 27, 2008, at 8:54 PM, Talin wrote:
> > Although I haven't