diff options
author | Dmitri Gribenko <gribozavr@gmail.com> | 2013-01-18 19:27:43 +0000 |
---|---|---|
committer | Dmitri Gribenko <gribozavr@gmail.com> | 2013-01-18 19:27:43 +0000 |
commit | 55c6f0c6144b218e392c511f9e33b05bde08015f (patch) | |
tree | 7805273824ba69d372042055f522d2d214db1294 /docs/MakefileGuide.rst | |
parent | 317794939cda6fe9bff2ba45c9040185cfa39802 (diff) |
Documentation: remove all mentions of DejaGNU and Tcl
We don't have DejaGNU tests now.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172836 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/MakefileGuide.rst')
-rw-r--r-- | docs/MakefileGuide.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/MakefileGuide.rst b/docs/MakefileGuide.rst index 6e8cce9c53..f86d3e11e2 100644 --- a/docs/MakefileGuide.rst +++ b/docs/MakefileGuide.rst @@ -346,9 +346,9 @@ details. This target should be implemented by the ``Makefile`` in the project's ``test`` directory. It is invoked by the ``check`` target elsewhere. Each project is free to define the actions of ``check-local`` as appropriate for that -project. The LLVM project itself uses dejagnu to run a suite of feature and -regression tests. Other projects may choose to use dejagnu or any other testing -mechanism. +project. The LLVM project itself uses the :doc:`Lit <CommandGuide/lit>` testing +tool to run a suite of feature and regression tests. Other projects may choose +to use :program:`lit` or any other testing mechanism. ``clean`` --------- |