Skip to content

Commit

Permalink
[Docs] Add some requirements to the Testing Guide
Browse files Browse the repository at this point in the history
Patch by Diana Picus.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@269566 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
rengolin committed May 14, 2016
1 parent 46303d8 commit 495123c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/TestingGuide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
========================================

Expand Down Expand Up @@ -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
=======================

Expand Down

0 comments on commit 495123c

Please sign in to comment.