Lines Matching refs:suites
13 suites, summarizing their results, and providing indication of failures.
57 test suites, instead of :file:`lit.cfg` and :file:`lit.site.cfg`.
163 .. option:: --show-suites
165 List the discovered test suites and exit.
190 :program:`lit` resolves the inputs specified on the command line to test suites
192 :file:`lit.site.cfg` file. These files serve as both a marker of test suites
196 Once :program:`lit` has mapped the inputs into test suites it traverses the
259 defined by *test suites*.
265 suite*. Test suites serve to define the format of the tests they contain, the
268 :program:`lit` identifies test suites as directories containing ``lit.cfg`` or
269 ``lit.site.cfg`` files (see also :option:`--config-prefix`). Test suites are
272 :option:`--show-suites` to display the discovered test suites at startup.
330 Once test suites are located, :program:`lit` recursively traverses the source
443 test suites in the *ExampleTests* directory.