forked from OSchip/llvm-project
[Docs] Add some requirements to the Testing Guide
Patch by Diana Picus. llvm-svn: 269566
This commit is contained in:
parent
f5e36ad863
commit
ace59c711a
|
@ -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
|
||||
=======================
|
||||
|
||||
|
|
Loading…
Reference in New Issue