Home | History | Annotate | Download | only in CommandGuide

Lines Matching full:configuration

147  Run :program:`lit` in debug mode, for debugging configuration issues and
181 and as configuration files which :program:`lit` loads in order to understand
189 allowing the test suite configuration to control exactly how tests are
268 The global **lit** configuration object (a *LitConfig* instance), which defines
269 the builtin test formats, global configuration parameters, and other helper
305 **parent** The parent configuration, this is the config object for the directory
308 **root** The root configuration. This is the top-most :program:`lit` configuration in
312 suite, to allow local configuration on a per-directory basis. The *on_clone*
314 configuration is cloned (for a subdirectory). The function should takes three
315 arguments: (1) the parent configuration, (2) the new configuration (which the
331 :ref:`local-configuration-files`).
339 .. _local-configuration-files:
341 LOCAL CONFIGURATION FILES
345 local test configuration by cloning the configuration for the parent direction
346 --- the root of this configuration chain will always be a test suite. Once the
347 test configuration is cloned :program:`lit` checks for a *lit.local.cfg* file
349 specialize the configuration for each individual directory. This facility can
351 configuration parameters --- for example, to change the test format, or the