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 | 09a682ab5a595478ed1eb9bfbe84838689876813 (patch) | |
tree | 2296ea6e1893aba6ad837acdd9af4ea8ad3ba48f /llvm/docs/Projects.rst | |
parent | f747bd621dc57e43020188e21eb05ffea3c7f5ab (diff) | |
download | bcm5719-llvm-09a682ab5a595478ed1eb9bfbe84838689876813.tar.gz bcm5719-llvm-09a682ab5a595478ed1eb9bfbe84838689876813.zip |
Documentation: remove all mentions of DejaGNU and Tcl
We don't have DejaGNU tests now.
llvm-svn: 172836
Diffstat (limited to 'llvm/docs/Projects.rst')
-rw-r--r-- | llvm/docs/Projects.rst | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/llvm/docs/Projects.rst b/llvm/docs/Projects.rst index 3a5744aedb4..3246e3ff169 100644 --- a/llvm/docs/Projects.rst +++ b/llvm/docs/Projects.rst @@ -151,12 +151,10 @@ Underneath your top level directory, you should have the following directories: Currently, the LLVM build system provides basic support for tests. The LLVM system provides the following: -* 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`` +* LLVM contains regression tests in ``llvm/test``. These tests are run by the + :doc:`Lit <CommandGuide/lit>` testing tool. This test procedure uses ``RUN`` lines in the actual test case to determine how to run the test. See the - :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. + :doc:`TestingGuide` for more details. * LLVM contains an optional package called ``llvm-test``, which provides benchmarks and programs that are known to compile with the Clang front |