Lines Matching full:suites
13 suites, summarizing their results, and providing indication of failures.
57 test suites, instead of :file:`lit.cfg` and :file:`lit.site.cfg`.
150 .. option:: --show-suites
152 List the discovered test suites as part of the standard output.
178 :program:`lit` resolves the inputs specified on the command line to test suites
180 :file:`lit.site.cfg` file. These files serve as both a marker of test suites
184 Once :program:`lit` has mapped the inputs into test suites it traverses the
247 defined by *test suites*.
249 TEST SUITES
253 suite*. Test suites serve to define the format of the tests they contain, the
256 :program:`lit` identifies test suites as directories containing ``lit.cfg`` or
257 ``lit.site.cfg`` files (see also :option:`--config-prefix`). Test suites are
260 :option:`--show-suites` to display the discovered test suites at startup.
326 Once test suites are located, :program:`lit` recursively traverses the source
410 test suites in the *ExampleTests* directory.