diff options
author | Sean Silva <silvas@purdue.edu> | 2012-11-14 21:09:30 +0000 |
---|---|---|
committer | Sean Silva <silvas@purdue.edu> | 2012-11-14 21:09:30 +0000 |
commit | a89edf6a61909aaa445203c5b984239d14c90154 (patch) | |
tree | be65fb81a60dec5fa0e016da877eba116b18ed30 /llvm/docs/Projects.rst | |
parent | 92987fb311b70f5264bd9384d02a8f79c5db000a (diff) | |
download | bcm5719-llvm-a89edf6a61909aaa445203c5b984239d14c90154.tar.gz bcm5719-llvm-a89edf6a61909aaa445203c5b984239d14c90154.zip |
docs: Sphinxify TestingGuide
llvm-svn: 167979
Diffstat (limited to 'llvm/docs/Projects.rst')
-rw-r--r-- | llvm/docs/Projects.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/docs/Projects.rst b/llvm/docs/Projects.rst index 63132887a59..c5d03d33a07 100644 --- a/llvm/docs/Projects.rst +++ b/llvm/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 |