aboutsummaryrefslogtreecommitdiff
path: root/test-suite
diff options
context:
space:
mode:
authorRenato Golin <renato.golin@linaro.org>2017-05-30 16:52:03 +0100
committerRenato Golin <renato.golin@linaro.org>2017-05-30 16:52:03 +0100
commit51d2ca2aabf99a1c80cd9e87a016dc386926241f (patch)
tree21aafd4bf35147e52faab77b5529773c7840df71 /test-suite
parentc9b754fb045f8cc42e8261ac7f0442d542ee01d3 (diff)
Actually update the test-suite README
Change-Id: I0d2e271922b93f770f66d7c38928b867b4acd260
Diffstat (limited to 'test-suite')
-rw-r--r--test-suite/README.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/test-suite/README.txt b/test-suite/README.txt
index 1d1ca12..54d174f 100644
--- a/test-suite/README.txt
+++ b/test-suite/README.txt
@@ -1,6 +1,20 @@
LLVM Nightly Tests - Test-Suite Scripts
=======================================
+UPDATE: These scripts are outdated and may not reflect the current way to run
+the test-suite. The official way to run LLVM test-suites at Linaro now are
+through Jenkins job:
+
+https://ci.linaro.org/job/tcwg-llvm-testsuite/
+
+You can build a toolchain with the Jenkins job:
+
+https://ci.linaro.org/job/tcwg-llvm-precommit/
+
+and then pass the Test-Suite job the binary tarball generated.
+
+=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
+
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