search for: d90717b7

Displaying 2 results from an estimated 2 matches for "d90717b7".

2009 Jan 01
0
[LLVMdev] Unit test patch, updated
...on=61541 Thanks to Talin for the original patch. Now everyone can go write some unittests! Misha P.S. Why are you still reading? Go! Write! Test! -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20081231/d90717b7/attachment.html>
2008 Dec 31
3
[LLVMdev] Unit test patch, updated
On Dec 30, 2008, at 2:54 PM, Talin wrote: > OK changes made and new patch attached. Nice +++ utils/unittest/Makefile (revision 0) ... +# This has to come after Makefile.common, since it doesn't allow us to +# override the VPATH value unless we set PROJECT_NAME, which we don't want +# to do. +VPATH = $(LLVM_SRC_ROOT)/utils/unittest/googletest/src/ Why play with VPATH here? What