aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Projects.rst
diff options
context:
space:
mode:
authorSean Silva <silvas@purdue.edu>2012-11-14 21:09:30 +0000
committerSean Silva <silvas@purdue.edu>2012-11-14 21:09:30 +0000
commitac99eed043e84905bc2fb299ccaf5809e9c0e90f (patch)
treef3e8b22b7ff8dfdb6acdf545f8b158172141a22c /docs/Projects.rst
parent70a870add82dab944b98ee1840fafff33795fc95 (diff)
downloadexternal_llvm-ac99eed043e84905bc2fb299ccaf5809e9c0e90f.zip
external_llvm-ac99eed043e84905bc2fb299ccaf5809e9c0e90f.tar.gz
external_llvm-ac99eed043e84905bc2fb299ccaf5809e9c0e90f.tar.bz2
docs: Sphinxify TestingGuide
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167979 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/Projects.rst')
-rw-r--r--docs/Projects.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/Projects.rst b/docs/Projects.rst
index 6313288..c5d03d3 100644
--- a/docs/Projects.rst
+++ b/docs/Projects.rst
@@ -156,9 +156,9 @@ Underneath your top level directory, you should have the following directories:
* LLVM provides a ``tcl`` procedure that is used by ``Dejagnu`` to run tests.
It can be found in ``llvm/lib/llvm-dg.exp``. This test procedure uses ``RUN``
lines in the actual test case to determine how to run the test. See the
- `TestingGuide <TestingGuide.html>`_ for more details. You can easily write
- Makefile support similar to the Makefiles in ``llvm/test`` to use ``Dejagnu``
- to run your project's tests.
+ :doc:`TestingGuide` for more details. You can easily write Makefile
+ support similar to the Makefiles in ``llvm/test`` to use ``Dejagnu`` to
+ run your project's tests.
* LLVM contains an optional package called ``llvm-test``, which provides
benchmarks and programs that are known to compile with the Clang front