summaryrefslogtreecommitdiffstats
path: root/docs/TestingGuide.rst
diff options
context:
space:
mode:
authorRenato Golin <renato.golin@linaro.org>2016-05-14 14:27:40 +0000
committerRenato Golin <renato.golin@linaro.org>2016-05-14 14:27:40 +0000
commit495123c11324019b8f6d8c37ab120e5924aa12a3 (patch)
tree184e305d5b7da3bcffcef88c41ca29f285a00f37 /docs/TestingGuide.rst
parent46303d8ce63eb5907fb79a0fa6a8d8447af46111 (diff)
[Docs] Add some requirements to the Testing Guide
Patch by Diana Picus. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@269566 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/TestingGuide.rst')
-rw-r--r--docs/TestingGuide.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/TestingGuide.rst b/docs/TestingGuide.rst
index ced0fd34a6e7..6bc8a4af88b5 100644
--- a/docs/TestingGuide.rst
+++ b/docs/TestingGuide.rst
@@ -25,6 +25,10 @@ In order to use the LLVM testing infrastructure, you will need all of the
software required to build LLVM, as well as `Python <http://python.org>`_ 2.7 or
later.
+If you intend to run the :ref:`test-suite <test-suite-overview>`, you will also
+need a development version of zlib (zlib1g-dev is known to work on several Linux
+distributions).
+
LLVM testing infrastructure organization
========================================
@@ -535,6 +539,8 @@ the last RUN: line. This has two side effects:
(b) it speeds things up for really big test cases by avoiding
interpretation of the remainder of the file.
+.. _test-suite-overview:
+
``test-suite`` Overview
=======================