[Docs] Add some requirements to the Testing Guide

Patch by Diana Picus.

llvm-svn: 269566
This commit is contained in:
Renato Golin 2016-05-14 14:27:40 +00:00
parent f5e36ad863
commit ace59c711a
1 changed files with 6 additions and 0 deletions

View File

@ -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
=======================