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