Lines Matching full:suite
2 test-suite Makefile Guide (deprecated)
13 the test suite creates temporary files during execution.
15 To run the test suite, you need to use the following steps:
17 #. Check out the ``test-suite`` module with:
21 % git clone https://github.com/llvm/llvm-test-suite.git test-suite
33 object directory tree) in which you want to run the test suite, just
41 You must also tell the configure machinery that the test suite is
51 #. You can now run the test suite from your build tree as follows:
55 % cd $LLVM_OBJ_ROOT/projects/test-suite
59 you have the suite checked out and configured, you don't need to do it
65 In order to run the External tests in the ``test-suite`` module, you
95 In addition to the regular "whole program" tests, the ``test-suite``
138 Writing Custom Tests for the test-suite
141 Assuming you can run the test suite, (e.g.
155 "``test-suite/TEST.XXX.Makefile``" fragment (where XXX is the name of
156 your test) and a "``test-suite/TEST.XXX.report``" file that indicates
158 various levels of sophistication included with the test suite, and the
166 % cd llvm/projects/test-suite/MultiSource/Benchmarks # or some other level
193 The source for this is in ``test-suite/TEST.libcalls.*``. The format is