summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CommandGuide/lit.pod
Commit message (Collapse)AuthorAgeFilesLines
* docs/lit: Add some notes on the lit test run output format.Daniel Dunbar2012-03-261-0/+47
| | | | llvm-svn: 153450
* Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnuEli Bendersky2012-03-251-0/+3
| | | | | | | | | | | | | | * Removed test/lib/llvm.exp - it is no longer needed * Deleted the dg.exp reading code from test/lit.cfg. There are no dg.exp files left in the test suite so this code is no longer required. test/lit.cfg is now much shorter and clearer * Removed a lot of duplicate code in lit.local.cfg files that need access to the root configuration, by adding a "root" attribute to the TestingConfig object. This attribute is dynamically computed to provide the same information as was previously provided by the custom getRoot functions. * Documented the config.root attribute in docs/CommandGuide/lit.pod llvm-svn: 153408
* Some typos in lit command guideEli Bendersky2012-03-141-4/+4
| | | | llvm-svn: 152712
* Typo in lit command guideEli Bendersky2012-03-141-1/+1
| | | | llvm-svn: 152702
* Fix typo and broken linkEli Bendersky2012-02-051-2/+2
| | | | llvm-svn: 149820
* Add missing parenEli Bendersky2012-02-051-1/+1
| | | | llvm-svn: 149817
* Fix dead linkEli Bendersky2012-01-071-1/+1
| | | | llvm-svn: 147721
* Correct spelling.Duncan Sands2012-01-021-1/+1
| | | | llvm-svn: 147435
* docs: Canonicalize URLs.NAKAMURA Takumi2011-04-091-1/+1
| | | | llvm-svn: 129181
* Test commit.Daniel Dunbar2010-05-111-2/+2
| | | | llvm-svn: 103479
* Revert r103213. It broke several sections of live website.mike-m2010-05-071-0/+354
| | | | llvm-svn: 103219
* Overhauled llvm/clang docs builds. Closes PR6613.mike-m2010-05-061-354/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NOTE: 2nd part changeset for cfe trunk to follow. *** PRE-PATCH ISSUES ADDRESSED - clang api docs fail build from objdir - clang/llvm api docs collide in install PREFIX/ - clang/llvm main docs collide in install - clang/llvm main docs have full of hard coded destination assumptions and make use of absolute root in static html files; namely CommandGuide tools hard codes a website destination for cross references and some html cross references assume website root paths *** IMPROVEMENTS - bumped Doxygen from 1.4.x -> 1.6.3 - splits llvm/clang docs into 'main' and 'api' (doxygen) build trees - provide consistent, reliable doc builds for both main+api docs - support buid vs. install vs. website intentions - support objdir builds - document targets with 'make help' - correct clean and uninstall operations - use recursive dir delete only where absolutely necessary - added call function fn.RMRF which safeguards against botched 'rm -rf'; if any target (or any variable is evaluated) which attempts to remove any dirs which match a hard-coded 'safelist', a verbose error will be printed and make will error-stop. llvm-svn: 103213
* Fix some typos.Duncan Sands2010-02-081-4/+4
| | | | llvm-svn: 95542
* lit: Add --repeat=N option, for running each test N times.Daniel Dunbar2009-11-151-0/+5
| | | | | | - Currently just useful for timing, although it could be extended as one (bad) way to deal with flaky tests. llvm-svn: 88827
* lit: Start documentation testing architecture.Daniel Dunbar2009-11-101-0/+116
| | | | llvm-svn: 86655
* lit: Add --param NAME=VALUE option, for test suite specific use (to communicateDaniel Dunbar2009-11-051-0/+6
| | | | | | arbitrary command line arguments to the test suite). llvm-svn: 86137
* lit: Add --config-prefix option, to override default config file names.Daniel Dunbar2009-10-251-0/+5
| | | | llvm-svn: 85035
* Add 'lit' testing tool.Daniel Dunbar2009-09-081-0/+222
- make install && man $(llvm-config --prefix)/share/man/man1/lit.1 for more information. llvm-svn: 81190
OpenPOWER on IntegriCloud