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