docs: Sphinxify TestingGuide

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167979 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Sean Silva
2012-11-14 21:09:30 +00:00
parent 70a870add8
commit ac99eed043
7 changed files with 723 additions and 930 deletions
+2 -2
View File
@@ -180,8 +180,8 @@ Developers are required to create test cases for any bugs fixed and any new
features added. Some tips for getting your testcase approved:
* All feature and regression test cases are added to the ``llvm/test``
directory. The appropriate sub-directory should be selected (see the `Testing
Guide <TestingGuide.html>`_ for details).
directory. The appropriate sub-directory should be selected (see the
:doc:`Testing Guide <TestingGuide>` for details).
* Test cases should be written in `LLVM assembly language <LangRef.html>`_
unless the feature or regression being tested requires another language