From: Devang Patel Date: Thu, 11 Nov 2010 00:13:39 +0000 (+0000) Subject: Document debuginfo-tests. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=40d438e20ab73b2fb9d1ff06b090128e70fec9e8;p=oota-llvm.git Document debuginfo-tests. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118746 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/TestingGuide.html b/docs/TestingGuide.html index 608c6defc88..1150ac8f962 100644 --- a/docs/TestingGuide.html +++ b/docs/TestingGuide.html @@ -18,12 +18,14 @@
  • Quick start
  • Regression test structure @@ -141,6 +143,23 @@ generates code.

    + + + + +
    + +

    The test suite contains tests to check quality of debugging information. +The test are written in C based languages or in LLVM assembly language.

    + +

    These tests are compiled and run under a debugger. The debugger output +is checked to validate of debugging information. See README.txt in the +test suite for more information . This test suite is located in the +debuginfo-tests Subversion module.

    + +
    + @@ -272,6 +291,25 @@ that subdirectory.

    + + + + +

    To run debugging information tests simply checkout the tests inside +clang/test directory.

    + +
    +
    +%cd clang/test
    +% svn co http://llvm.org/svn/llvm-project/debuginfo-tests/trunk debuginfo-tests
    +
    +
    + +

    These tests are already set up to run as part of clang regression tests.

    + + +