Lines Matching refs:suites
13 B<lit> is a portable tool for executing LLVM and Clang style test suites,
57 Search for I<NAME.cfg> and I<NAME.site.cfg> when searching for test suites,
144 =item B<--show-suites>
146 List the discovered test suites as part of the standard output.
174 resolves the inputs specified on the command line to test suites by searching
176 file. These files serve as both a marker of test suites and as configuration
180 Once B<lit> has mapped the inputs into test suites it traverses the list of
241 defined by I<test suites>.
246 suite>. Test suites serve to define the format of the tests they contain, the
249 B<lit> identifies test suites as directories containing I<lit.cfg> or
250 I<lit.site.cfg> files (see also B<--config-prefix>. Test suites are initially
252 files passed on the command line. You can use B<--show-suites> to display the
253 discovered test suites at startup.
316 Once test suites are located, B<lit> recursively traverses the source directory
343 The B<lit> distribution contains several example implementations of test suites