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 > [email protected] > http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits _______________________________________________ llvm-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
