[llvm] r269566 - [Docs] Add some requirements to the Testing Guide
Renato Golin via llvm-commits
llvm-commits at lists.llvm.org
Sat May 14 07:27:40 PDT 2016
Author: rengolin
Date: Sat May 14 09:27:40 2016
New Revision: 269566
URL: http://llvm.org/viewvc/llvm-project?rev=269566&view=rev
Log:
[Docs] Add some requirements to the Testing Guide
Patch by Diana Picus.
Modified:
llvm/trunk/docs/TestingGuide.rst
Modified: llvm/trunk/docs/TestingGuide.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/TestingGuide.rst?rev=269566&r1=269565&r2=269566&view=diff
==============================================================================
--- llvm/trunk/docs/TestingGuide.rst (original)
+++ llvm/trunk/docs/TestingGuide.rst Sat May 14 09:27:40 2016
@@ -25,6 +25,10 @@ In order to use the LLVM testing infrast
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 ef
(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
=======================
More information about the llvm-commits
mailing list