| LLVM Nightly Tests - Test-Suite Scripts |
| ======================================= |
| |
| These scripts help running the test-suite, either the whole suite with the |
| correct options or a single test. The latter is really useful to run as part |
| of the bisect, or as a debug build to investigate problems, all of which |
| can be automatically ran using these scripts. |
| |
| The entry point is run.sh, and the rest are utilities that are either used |
| by it or in conjunction with it. The setup script should get your tree |
| configured correctly in order to run the tests. This is the tree that you |
| need to setup on the 'test' directory for bisecting problems (see 'bisect' |
| directory one level down). |