aboutsummaryrefslogtreecommitdiffstats
path: root/docs/TestingGuide.html
Commit message (Collapse)AuthorAgeFilesLines
* Describe how to configure tests to work with f2cMisha Brukman2004-10-081-0/+26
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16829 91177308-0d34-0410-b5e6-96231b3b80d8
* * Reformat to fit 80 colsMisha Brukman2004-10-081-54/+53
| | | | | | | * Add missing <li> tags git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16828 91177308-0d34-0410-b5e6-96231b3b80d8
* Make section separator comments 80 chars, not 70.Reid Spencer2004-09-051-184/+245
| | | | | | | | | | Revise descriptions to account for llvm/test/Programs being moved to the new CVS module llvm-test. Incoporate an example of how to run the NightlyTest.pl script from a shell script. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16192 91177308-0d34-0410-b5e6-96231b3b80d8
* Add a section about running the nightly tester proper.Chris Lattner2004-06-241-0/+32
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14370 91177308-0d34-0410-b5e6-96231b3b80d8
* link to qmtest-2.0.3 tar fileBrian Gaeke2004-06-221-1/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14331 91177308-0d34-0410-b5e6-96231b3b80d8
* Added a note about requiring QMTest 2.0.3 instead of any other version.Reid Spencer2004-06-201-1/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14274 91177308-0d34-0410-b5e6-96231b3b80d8
* Make use of the new doc_author class. "Seperate content from presentation" ↵Chris Lattner2004-05-231-1/+3
| | | | | | they said. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13675 91177308-0d34-0410-b5e6-96231b3b80d8
* * HTML 4.01 Strict complianceMisha Brukman2004-03-011-401/+355
| | | | | | | * Removed unnecessary tabs in the entire file git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12051 91177308-0d34-0410-b5e6-96231b3b80d8
* Closed the h2 header for the LLVM Test Suite Organization section.John Criswell2003-11-031-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9676 91177308-0d34-0410-b5e6-96231b3b80d8
* Merged in RELEASE_1.John Criswell2003-10-271-0/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9538 91177308-0d34-0410-b5e6-96231b3b80d8
* Gotta use gmake, not make. make on Solaris is Sun's make which does not work.Vikram S. Adve2003-10-261-8/+8
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9510 91177308-0d34-0410-b5e6-96231b3b80d8
* Reformat. A few minor edits.Brian Gaeke2003-10-231-221/+297
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9434 91177308-0d34-0410-b5e6-96231b3b80d8
* Renamed the feature subtests so that they do not begin with 'f'. It wasJohn Criswell2003-10-101-9/+4
| | | | | | | | | never necessary to do that to denote them as feature tests. Removed the Feature.asm tests as they are the same as the Feature.mc tests. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9039 91177308-0d34-0410-b5e6-96231b3b80d8
* Initial checkin of Testing Guide.John Criswell2003-10-101-0/+356
Still very rough, IMHO. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9030 91177308-0d34-0410-b5e6-96231b3b80d8