Renato Golin | 94cc104 | 2016-04-26 11:02:23 +0100 | [diff] [blame] | 1 | LLVM Nightly Tests - Test-Suite Scripts |
| 2 | ======================================= |
| 3 | |
| 4 | These scripts help running the test-suite, either the whole suite with the |
| 5 | correct options or a single test. The latter is really useful to run as part |
| 6 | of the bisect, or as a debug build to investigate problems, all of which |
| 7 | can be automatically ran using these scripts. |
| 8 | |
Diana Picus | 416bc4f | 2016-04-22 16:47:57 +0300 | [diff] [blame] | 9 | The entry point is run.sh, and the rest are utilities that are either used |
Renato Golin | 94cc104 | 2016-04-26 11:02:23 +0100 | [diff] [blame] | 10 | by it or in conjunction with it. The setup script should get your tree |
| 11 | configured correctly in order to run the tests. This is the tree that you |
| 12 | need to setup on the 'test' directory for bisecting problems (see 'bisect' |
| 13 | directory one level down). |