mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-03 17:02:03 +00:00
Documentation: remove more mentions of Tcl
Followup for r172836 llvm-svn: 172918
This commit is contained in:
parent
b654055f0c
commit
d2f8ce574b
@ -151,10 +151,6 @@ ADDITIONAL OPTIONS
|
||||
|
||||
List the discovered test suites as part of the standard output.
|
||||
|
||||
.. option:: --no-tcl-as-sh
|
||||
|
||||
Run Tcl scripts internally (instead of converting to shell scripts).
|
||||
|
||||
.. option:: --repeat=N
|
||||
|
||||
Run each test ``N`` times. Currently this is primarily useful for timing
|
||||
@ -298,14 +294,13 @@ executed, two important global variables are predefined:
|
||||
tests in the suite.
|
||||
|
||||
**suffixes** For **lit** test formats which scan directories for tests, this
|
||||
variable is a list of suffixes to identify test files. Used by: *ShTest*,
|
||||
*TclTest*.
|
||||
variable is a list of suffixes to identify test files. Used by: *ShTest*.
|
||||
|
||||
**substitutions** For **lit** test formats which substitute variables into a test
|
||||
script, the list of substitutions to perform. Used by: *ShTest*, *TclTest*.
|
||||
script, the list of substitutions to perform. Used by: *ShTest*.
|
||||
|
||||
**unsupported** Mark an unsupported directory, all tests within it will be
|
||||
reported as unsupported. Used by: *ShTest*, *TclTest*.
|
||||
reported as unsupported. Used by: *ShTest*.
|
||||
|
||||
**parent** The parent configuration, this is the config object for the directory
|
||||
containing the test suite, or None.
|
||||
|
Loading…
Reference in New Issue
Block a user