[llvm-commits] [llvm] r42303 - in /llvm/trunk/test/CodeGen/X86: ldzero.ll nancvt.ll

Tanya Lattner lattner at apple.com
Tue Sep 25 16:13:17 PDT 2007


On Sep 25, 2007, at 4:04 PM, Dale Johannesen wrote:

>
> On Sep 25, 2007, at 3:31 PM, Neil Booth wrote:
>
>> Dale Johannesen wrote:-
>>
>>> Author: johannes
>>> Date: Tue Sep 25 12:50:55 2007
>>> New Revision: 42303
>>>
>>> URL: http://llvm.org/viewvc/llvm-project?rev=42303&view=rev
>>> Log:
>>> Some tests for APFloat conversions.
>>
>> Sorry if it's a dumb question; how do I run these tests?
>>
>> Neil.
>
> cd llvm/test
> make
>
> You might have to configure the first time, although I think the top
> level configure does it.
> Uses dejagnu.  I don't know a way to run individual tests, but the
> suite takes about 5 minutes.
>

make TESTSUITE=CodeGen/X86

That will run the subdir.

To run individual test:
./TestRunner.sh CodeGen/X86/ldzero.ll

-Tanya



> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits




More information about the llvm-commits mailing list