[LLVMdev] unit tests
David Blaikie
dblaikie at gmail.com
Mon Aug 20 12:23:03 PDT 2012
On Mon, Aug 20, 2012 at 12:18 PM, reed kotler <rkotler at mips.com> wrote:
> I wanted to add some unit tests for MIPS. They are usable by other
> platforms but may require modification to make them universal.
>
> Do we have a way to add use google test as part of the llvm test suite?
You can find existing unit tests to take inspiration from here:
http://llvm.org/viewvc/llvm-project/llvm/trunk/unittests/
> It's checked in to the
> source.
>
> Or would I just add them to the single source tests and fix the make
> files to have them be Mips only?
>
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
More information about the llvm-dev
mailing list