summaryrefslogtreecommitdiffstats
path: root/docs/TestingGuide.rst
diff options
context:
space:
mode:
authorChris Bieneman <beanz@apple.com>2016-01-26 22:53:12 +0000
committerChris Bieneman <beanz@apple.com>2016-01-26 22:53:12 +0000
commit6ed3ca91e58dac2696bd7bbf7b60456af7609fae (patch)
tree82cc574306e02bc1ad0559095ae6494787e32561 /docs/TestingGuide.rst
parent539303e4040ddce1e6d46b72dd8787a4831129d1 (diff)
Fixing the documentation builds
I broke the documentation builds when I deleted the MakefileGuide as part of the autoconf removal. At some point I'll need to do a more in-depth pass updating the documentation to remove references to the old build system. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@258873 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/TestingGuide.rst')
-rw-r--r--docs/TestingGuide.rst12
1 files changed, 2 insertions, 10 deletions
diff --git a/docs/TestingGuide.rst b/docs/TestingGuide.rst
index 134ddd88c87d..ced0fd34a6e7 100644
--- a/docs/TestingGuide.rst
+++ b/docs/TestingGuide.rst
@@ -99,19 +99,11 @@ is in the ``test-suite`` module. See :ref:`test-suite Quickstart
Regression tests
----------------
-To run all of the LLVM regression tests, use the master Makefile in the
-``llvm/test`` directory. LLVM Makefiles require GNU Make (read the :doc:`LLVM
-Makefile Guide <MakefileGuide>` for more details):
+To run all of the LLVM regression tests use the check-llvm target:
.. code-block:: bash
- % make -C llvm/test
-
-or:
-
-.. code-block:: bash
-
- % make check
+ % make check-llvm
If you have `Clang <http://clang.llvm.org/>`_ checked out and built, you
can run the LLVM and Clang tests simultaneously using: