aboutsummaryrefslogtreecommitdiff
path: root/test-suite/README.txt
blob: 1d1ca1205ad9340ad612cc975773b42825f76643 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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).